Example 2479
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "zebra-hooks"
secret: "sS9DGFBrWPQox3cd2gkuWnehdYN5ycK4"
endpoints: [
{
url: "https://carefree-invite.name/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://circular-ecliptic.info/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 8
backoff: "exponential"
interval: 10 # seconds
}
timeout: 22 # seconds
}