Example 11966
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "scenario-hooks"
secret: "2soWgx6EkduHdFm8jRmqTkkgyoUv4MPp"
endpoints: [
{
url: "https://gifted-councilman.info//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://weighty-humor.net/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 3
backoff: "linear"
interval: 48 # seconds
}
timeout: 5 # seconds
}