Example 12077
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "rust-hooks"
secret: "PItt5PVBs76jlwfBsauAPVeO8Gcv7mNj"
endpoints: [
{
url: "https://darling-swine.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://insignificant-avalanche.info//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 3
backoff: "linear"
interval: 60 # seconds
}
timeout: 25 # seconds
}