Example 17167
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "seal-hooks"
secret: "el7Af5MgWfBzbIu6ScSO6QmG6qnBHWCa"
endpoints: [
{
url: "https://kooky-dividend.info//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://pointed-dash.org//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 5
backoff: "exponential"
interval: 8 # seconds
}
timeout: 17 # seconds
}