Example 10268
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "railway-hooks"
secret: "pcZ9vXZYS3RNlCUSMyoNzWGLXLCQ09n5"
endpoints: [
{
url: "https://stormy-vein.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://sticky-skeleton.info/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 8
backoff: "linear"
interval: 47 # seconds
}
timeout: 12 # seconds
}