Example 7969
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "defendant-hooks"
secret: "vH5PbEmq9bkjypd5EQSwCgg0hB5Uopy9"
endpoints: [
{
url: "https://ashamed-complication.info/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://best-willow.info//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 9
backoff: "linear"
interval: 26 # seconds
}
timeout: 19 # seconds
}