Example 10678
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "petticoat-hooks"
secret: "alUfzsQwl2FO8gAysWF6pnmXmL7eBxhB"
endpoints: [
{
url: "https://sociable-replacement.org/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://thorough-tail.biz//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 4
backoff: "linear"
interval: 51 # seconds
}
timeout: 28 # seconds
}