Example 13164
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "doing-hooks"
secret: "JVTcqjbdPJS7XVyC7Z3onqgdpQzPgc0Q"
endpoints: [
{
url: "https://expert-fisherman.com/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://informal-willow.net/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 9
backoff: "linear"
interval: 12 # seconds
}
timeout: 6 # seconds
}