Example 16372

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "settler-hooks"
secret: "B0gsKhgOLPt6GWwBvglTn4PWrkJT8C4V"
endpoints: [
{
url: "https://runny-edge.org/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://young-markup.com/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 5
backoff: "linear"
interval: 24 # seconds
}
timeout: 30 # seconds
}

See also