Example 15478

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "heating-hooks"
secret: "db17s3taANLBGRjiFfXBeC2PcR6RNKHG"
endpoints: [
{
url: "https://unruly-essence.com//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://dense-harp.org//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 6
backoff: "exponential"
interval: 13 # seconds
}
timeout: 23 # seconds
}

See also