Example 3468
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "thyme-hooks"
secret: "u5Oaa9rtke6XCqjR3eDvpMve5rgXstcn"
endpoints: [
{
url: "https://soggy-mainstream.net/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://drab-almighty.info//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 3
backoff: "linear"
interval: 12 # seconds
}
timeout: 14 # seconds
}