Example 4266

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "opera-hooks"
secret: "ZgMHh2aIxNkXMnj0PFIoiFXSwKXEW7bU"
endpoints: [
{
url: "https://silver-hierarchy.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://unwieldy-ocelot.name/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]

retry: {
max_attempts: 10
backoff: "linear"
interval: 21 # seconds
}
timeout: 11 # seconds
}

See also