Example 16763
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "mechanic-hooks"
secret: "htywmnQBcUrbIE1bnUZ2bxBSOUq0XR83"
endpoints: [
{
url: "https://yellowish-horde.info/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://flustered-cop-out.com/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 6
backoff: "linear"
interval: 10 # seconds
}
timeout: 8 # seconds
}