Example 10776
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "exhaust-hooks"
secret: "UHBLGO0l3WHOL8OhRpB0BFiOfBI75Aru"
endpoints: [
{
url: "https://silent-republican.net//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://whispered-schnitzel.net/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 3
backoff: "linear"
interval: 16 # seconds
}
timeout: 30 # seconds
}