Example 16662

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "advancement-hooks"
secret: "5g79gUuiVmT7hUPK7OlW3eqMhxvMtIUv"
endpoints: [
{
url: "https://brisk-corral.org/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://unlined-dependency.com//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 4
backoff: "linear"
interval: 45 # seconds
}
timeout: 19 # seconds
}

See also