Example 9671

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "fold-hooks"
secret: "NoD4BjoPeGKyraCOabjfxb7QPlYLvWim"
endpoints: [
{
url: "https://feline-cassava.net//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://wrong-thread.info//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 6
backoff: "linear"
interval: 20 # seconds
}
timeout: 28 # seconds
}

See also