Example 13870
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "e-mail-hooks"
secret: "xXKEve5gx322pxBvVgunyNCXZzD4ODBy"
endpoints: [
{
url: "https://sentimental-nudge.biz/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://jubilant-handover.name//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 10
backoff: "linear"
interval: 8 # seconds
}
timeout: 12 # seconds
}