Example 12763

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "hexagon-hooks"
secret: "5q54vCWzahRe9uDIWdmicGOppdhFHXJG"
endpoints: [
{
url: "https://unrealistic-relative.com//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://genuine-mixture.info/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 3
backoff: "linear"
interval: 19 # seconds
}
timeout: 23 # seconds
}

See also