Webhook Configuration Operations
Create a webhook configuration
Creates a webhook configuration.
post/configurations
Request body
idstring
identifier of the webhook configuration. autogenerated during create webhook configuration operation
namestring required
identifying name of the webhook configuration
enabledboolean
whether the webhook configuration is enabled. this allows executing a webhook call in case a new event is triggered
urlstring required
url of the webhook call
method'POST' required
HTTP Method
- POST - POST operation
triggersWebhookConfigurationTrigger[] required
events that triggers webhook calls
Response
OK
idstring
identifier of the webhook configuration. autogenerated during create webhook configuration operation
namestring required
identifying name of the webhook configuration
enabledboolean
whether the webhook configuration is enabled. this allows executing a webhook call in case a new event is triggered
urlstring required
url of the webhook call
method'POST' required
HTTP Method
- POST - POST operation
triggersWebhookConfigurationTrigger[] required
events that triggers webhook calls