Example 14277

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "effector-hooks"
secret: "VKj2Rv8J5zmRRZn71asEIY0t4tlYwcri"
endpoints: [
{
url: "https://diligent-vibraphone.biz/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://irresponsible-address.net/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 9
backoff: "exponential"
interval: 9 # seconds
}
timeout: 29 # seconds
}

See also