Example 16776
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "unibody-hooks"
secret: "vCuZnVcTtXKrsEEKOmOECCYYvEuw2NZ6"
endpoints: [
{
url: "https://worthy-completion.net/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://handy-casement.name/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 3
backoff: "exponential"
interval: 20 # seconds
}
timeout: 18 # seconds
}