Example 11968
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "scrap-hooks"
secret: "x3gEbdjttDADdor86OJOz5GChSdanM8P"
endpoints: [
{
url: "https://french-pocket-watch.info//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://tattered-meander.info//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 6
backoff: "exponential"
interval: 20 # seconds
}
timeout: 6 # seconds
}