Example 16264

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "programme-hooks"
secret: "u6xNZ2bqr470jj3gHzFETNwrV8Q1adyS"
endpoints: [
{
url: "https://hidden-backburn.name/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://gigantic-stranger.com//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 8
backoff: "exponential"
interval: 49 # seconds
}
timeout: 12 # seconds
}

See also