Example 5467
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "gazebo-hooks"
secret: "4KGGzRYY4AxlJldaxOCPjlTr4nAuvH9f"
endpoints: [
{
url: "https://better-yogurt.biz/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://brown-defendant.org//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 10
backoff: "exponential"
interval: 18 # seconds
}
timeout: 26 # seconds
}