Example 15780
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "affect-hooks"
secret: "QygTa0qUxDpqzYaimpYSgiejxm8R5B2q"
endpoints: [
{
url: "https://nervous-impostor.name/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://alert-appliance.org/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 8
backoff: "exponential"
interval: 9 # seconds
}
timeout: 23 # seconds
}