Example 15575
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "puritan-hooks"
secret: "WTIktLwJ5J0IKgNt2P4xDqQPK62nbBEv"
endpoints: [
{
url: "https://scaly-fax.org/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://courageous-venom.org/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 8
backoff: "linear"
interval: 46 # seconds
}
timeout: 10 # seconds
}