Example 13777

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "thongs-hooks"
secret: "Se1kpCIjBBS3fuOyKPgNqthdaNbcVeRh"
endpoints: [
{
url: "https://burly-carnival.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://enraged-insolence.name//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 9
backoff: "linear"
interval: 10 # seconds
}
timeout: 6 # seconds
}

See also