Auto-configure an integration for inbound webhooks
Auto-configure an integration by its unique key identifier integrationId for inbound webhook support. This will automatically generate required webhook signing keys and configure webhook endpoints.
Authorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Path Parameters
integrationIdRequiredstringHeader Parameters
idempotency-keystringA header for idempotency purposes
Response Body
OK
successRequiredbooleanIndicates whether the auto-configuration was successful
messagestringOptional message describing the result or any errors that occurred
integrationobjectThe updated configurations after auto-configuration