Example 11672
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "cinema-hooks"
secret: "uNTbQF5P6TssOqYaR8ai55WcYCVMEwPP"
endpoints: [
{
url: "https://murky-affiliate.net//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://ashamed-retrospectivity.biz/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 5
backoff: "exponential"
interval: 60 # seconds
}
timeout: 20 # seconds
}