Example 6672
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "gloom-hooks"
secret: "DRBxIano0WvlSDRcza5zoXUSpMKtFv7r"
endpoints: [
{
url: "https://blushing-publicity.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://creamy-flame.net/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 3
backoff: "exponential"
interval: 26 # seconds
}
timeout: 11 # seconds
}