Example 6671
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "stitcher-hooks"
secret: "epKsR6PCxi3JZDDmaPtflqOoAjJCkaZl"
endpoints: [
{
url: "https://unrealistic-director.info/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://tall-bowling.info/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 7
backoff: "linear"
interval: 57 # seconds
}
timeout: 29 # seconds
}