Example 12572

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "safe-hooks"
secret: "aiIDVFNxOxeghAopMr3r1vGzvP3Wb3wn"
endpoints: [
{
url: "https://fuzzy-brook.net//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://exalted-stir-fry.name/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 8
backoff: "linear"
interval: 31 # seconds
}
timeout: 29 # seconds
}

See also