Example 7374

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "necklace-hooks"
secret: "ZJoEow78LDnqOYTteOShsqWCGvGmEIqx"
endpoints: [
{
url: "https://sophisticated-zebra.net/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://reckless-independence.biz//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 4
backoff: "exponential"
interval: 47 # seconds
}
timeout: 14 # seconds
}

See also