Example 9966
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "affiliate-hooks"
secret: "Xz5FRBV934DAyEkObdcHWrNc60JDYqbY"
endpoints: [
{
url: "https://smoggy-merit.info/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://authentic-moment.name/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 10
backoff: "exponential"
interval: 24 # seconds
}
timeout: 17 # seconds
}