Example 2171
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "vanadyl-hooks"
secret: "FKO281H5xiDtJlRUc29HFs0s2MwciB7U"
endpoints: [
{
url: "https://remarkable-jet.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://rubbery-gradient.com//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 4
backoff: "linear"
interval: 47 # seconds
}
timeout: 6 # seconds
}