Example 3361

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "smoke-hooks"
secret: "Ge9vl937nBtREmp3G4WCnjWTlyoI4QE9"
endpoints: [
{
url: "https://standard-costume.com//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

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

retry: {
max_attempts: 10
backoff: "exponential"
interval: 13 # seconds
}
timeout: 24 # seconds
}

See also