Example 15269
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "lieu-hooks"
secret: "bZoe3BkveRxnXCHWAKhjtvhpEszW0fYr"
endpoints: [
{
url: "https://wordy-wriggler.net/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://repentant-birdbath.biz//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 9
backoff: "linear"
interval: 40 # seconds
}
timeout: 17 # seconds
}