Example 4272

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "precedent-hooks"
secret: "6MnJsSgrNI5yv19jUAIAKMUj9f4WKZ6W"
endpoints: [
{
url: "https://lined-loyalty.net//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://spherical-pillow.biz/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 6
backoff: "linear"
interval: 15 # seconds
}
timeout: 20 # seconds
}

See also