Example 4376

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "essence-hooks"
secret: "URPRUEGk01iVJka6ejBFqzRmuPX6S0Fl"
endpoints: [
{
url: "https://bitter-instance.net/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://messy-worth.net//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 10
backoff: "linear"
interval: 40 # seconds
}
timeout: 20 # seconds
}

See also