Example 13964
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "simple-hooks"
secret: "q3weDs5WVJu29QAwa0b9Ogx1Tt1Cgff6"
endpoints: [
{
url: "https://outlandish-follower.info//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://neglected-luck.org//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 4
backoff: "exponential"
interval: 49 # seconds
}
timeout: 26 # seconds
}