Example 11575
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "configuration-hooks"
secret: "dm9l17uozwy8VFrDhS8l6cLWimwVlTYo"
endpoints: [
{
url: "https://cute-summer.info/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://granular-litter.biz//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 5
backoff: "linear"
interval: 40 # seconds
}
timeout: 22 # seconds
}