Example 7662

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "chainstay-hooks"
secret: "5OCmSw3CMea7twOvoxJb9I90wsnqaiET"
endpoints: [
{
url: "https://confused-attraction.info//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://unused-following.info/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 8
backoff: "linear"
interval: 50 # seconds
}
timeout: 8 # seconds
}

See also