Example 8672
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "godfather-hooks"
secret: "VQ5UHP7t6FxM9OozkFbiDFlgzYiiZKkd"
endpoints: [
{
url: "https://grounded-deer.biz/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://glossy-hoof.com//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 10
backoff: "exponential"
interval: 9 # seconds
}
timeout: 29 # seconds
}