Example 11063

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "diver-hooks"
secret: "RxhORJa81u7D4VNkNrQjwfxTaAF8tbEt"
endpoints: [
{
url: "https://shameful-scratch.net/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://known-equal.name//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 7
backoff: "linear"
interval: 7 # seconds
}
timeout: 8 # seconds
}

See also