Example 9068

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "napkin-hooks"
secret: "sqYzg13t9pzdpjxJoGtgJExaKQ3sg8on"
endpoints: [
{
url: "https://potable-governance.name/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

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

retry: {
max_attempts: 7
backoff: "linear"
interval: 39 # seconds
}
timeout: 17 # seconds
}

See also