Example 11577

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "help-hooks"
secret: "C5Uv86DKsXA9VVlsiBfgfrPMVETrCfxf"
endpoints: [
{
url: "https://lumbering-haversack.net//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://functional-contractor.biz/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 3
backoff: "linear"
interval: 42 # seconds
}
timeout: 25 # seconds
}

See also