Example 6363

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "outset-hooks"
secret: "FLckT4OmqUB2kYlLRnn0k6SPolcNMU1E"
endpoints: [
{
url: "https://whirlwind-dish.com//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://decisive-decision.biz/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 6
backoff: "linear"
interval: 6 # seconds
}
timeout: 16 # seconds
}

See also