Example 11073
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "extent-hooks"
secret: "O8sxGFIeEbfXDKx0KCIQQ8M30ra3h0xX"
endpoints: [
{
url: "https://gleaming-ghost.com//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://coordinated-airline.net/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 5
backoff: "linear"
interval: 48 # seconds
}
timeout: 12 # seconds
}