Example 1867

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "teriyaki-hooks"
secret: "VOVNHuKFjjOvoETJ54T0ypw8dLMum8DJ"
endpoints: [
{
url: "https://petty-pecan.info/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://normal-fold.com//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 8
backoff: "exponential"
interval: 53 # seconds
}
timeout: 27 # seconds
}

See also