Example 4369

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "executor-hooks"
secret: "CTgKXxVLFzQcNZIybtcfKrxDACmd5rNw"
endpoints: [
{
url: "https://annual-zen.biz/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://passionate-cruelty.com/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 4
backoff: "exponential"
interval: 29 # seconds
}
timeout: 18 # seconds
}

See also