Example 9277

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "permafrost-hooks"
secret: "wiuUHTl55ZkrzI4T0vUAcAtbCOG15gjC"
endpoints: [
{
url: "https://delectable-sideboard.name/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://potable-digit.net/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 10
backoff: "exponential"
interval: 60 # seconds
}
timeout: 16 # seconds
}

See also