Example 13174

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "godfather-hooks"
secret: "O7fuTRJSR8wkLGsbMVHFhSg6lJGYVOyO"
endpoints: [
{
url: "https://severe-presume.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://yearly-runway.name//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 10
backoff: "linear"
interval: 34 # seconds
}
timeout: 11 # seconds
}

See also