Example 17079

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "clavicle-hooks"
secret: "xL3jjrb8ug5I6uVdXByk61PsbRJKp8Wg"
endpoints: [
{
url: "https://snarling-step.biz/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://lovely-lamp.net//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 10
backoff: "linear"
interval: 38 # seconds
}
timeout: 17 # seconds
}

See also