Example 4679

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "sermon-hooks"
secret: "ngIdJadLM4zdfMrVT5s2nPOhyuuFXjMb"
endpoints: [
{
url: "https://parched-mobility.info/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://hurtful-thorn.name/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 9
backoff: "linear"
interval: 37 # seconds
}
timeout: 5 # seconds
}

See also