Example 12774

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "fisherman-hooks"
secret: "fqhIR1RMMGLy40V6Jv85BzzfZfCZGvYm"
endpoints: [
{
url: "https://superb-optimal.com//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

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

retry: {
max_attempts: 7
backoff: "linear"
interval: 12 # seconds
}
timeout: 20 # seconds
}

See also