Example 2780
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "teammate-hooks"
secret: "Fhfb0B3fnITZUesnERdtuONzN0tFmCVn"
endpoints: [
{
url: "https://unkempt-appliance.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://brilliant-drive.org/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 10
backoff: "exponential"
interval: 12 # seconds
}
timeout: 30 # seconds
}