Example 8366

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "window-hooks"
secret: "YpFfAl96jsRPx9Wc7tvlyx27buQbbAei"
endpoints: [
{
url: "https://hasty-verve.com/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://finished-behest.info//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 9
backoff: "linear"
interval: 57 # seconds
}
timeout: 21 # seconds
}

See also