Example 9278
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "starboard-hooks"
secret: "2LNoemUs5gDUAbNvmYNTqU9y3Fy8eqGd"
endpoints: [
{
url: "https://cheap-grouper.name/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://gigantic-typeface.org//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 3
backoff: "exponential"
interval: 56 # seconds
}
timeout: 6 # seconds
}