Example 13271
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "tectonics-hooks"
secret: "u1yq3qDMQGnijCVMN9Y35HKXGJkXJuLp"
endpoints: [
{
url: "https://heartfelt-bookend.org//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://superb-translation.info/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 5
backoff: "exponential"
interval: 18 # seconds
}
timeout: 17 # seconds
}