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
integrationId
RequiredstringHeader Parameters
idempotency-key
stringA header for idempotency purposes
Response Body
OK
success
RequiredbooleanIndicates whether the auto-configuration was successful
message
stringOptional message describing the result or any errors that occurred
integration
objectThe updated configurations after auto-configuration