Example 10767

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "stranger-hooks"
secret: "FUwARLdjh059zJCT45Oj0ViOF0oNq0YW"
endpoints: [
{
url: "https://true-bowling.biz/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://tidy-king.info//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 4
backoff: "exponential"
interval: 32 # seconds
}
timeout: 25 # seconds
}

See also