Example 2369

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "skyline-hooks"
secret: "iUcgjWheXGMupiiDH7nY5HF447BKK3MR"
endpoints: [
{
url: "https://quarterly-charm.org//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://acidic-minor.net//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

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

See also