webhooks
example
getWebhookExample
Generate an example payload for a webhook configuration based on trigger type
post/v1/webhooks/configs/{configId}/example
Path parameters
configIdstring required
Short uuid to identify the webhook configuration.
Request body
Example request
{
"automation_id": "automation_123"
}Response
Success - example payload generated
Example response
{
"metadata": {
"action": "Manual triggered by user with id 123456"
}
}