Example 14078

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "pop-hooks"
secret: "STDjKcF6ZXXYH89fRRiTpBC1lNiY1yOm"
endpoints: [
{
url: "https://dazzling-hepatitis.info/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://yummy-vein.info/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 10
backoff: "exponential"
interval: 42 # seconds
}
timeout: 11 # seconds
}

See also