Example 1664
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "fog-hooks"
secret: "a1d3dEJ1tBTlUcjrCvnmwJiy4CK8gUwW"
endpoints: [
{
url: "https://scientific-fuel.com//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://acidic-forager.com//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 10
backoff: "exponential"
interval: 37 # seconds
}
timeout: 23 # seconds
}