Example 7769
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "rosemary-hooks"
secret: "fMPvHDydlnYFggnwnrxKt5ila52tXNDn"
endpoints: [
{
url: "https://joyful-hexagon.net//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://frugal-poppy.org/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 5
backoff: "linear"
interval: 48 # seconds
}
timeout: 13 # seconds
}