Example 15366

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "wriggler-hooks"
secret: "6nu28Psnxsc0hXqFMwPjDmyMvjDaY1sO"
endpoints: [
{
url: "https://responsible-curl.com/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://superior-allegation.biz/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 3
backoff: "exponential"
interval: 35 # seconds
}
timeout: 10 # seconds
}

See also