Example 11865

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "knuckle-hooks"
secret: "XScQ8iphAgOcHlMVrhaxaUK92ScXkMeJ"
endpoints: [
{
url: "https://squeaky-formula.info/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://first-premise.org//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 5
backoff: "linear"
interval: 30 # seconds
}
timeout: 22 # seconds
}

See also