Example 16467

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "tool-hooks"
secret: "jGNK0HsGeWlVSdQ5V81kYQT7sYng2AYk"
endpoints: [
{
url: "https://valuable-interior.net//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

{
url: "https://acclaimed-costume.net/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]

retry: {
max_attempts: 6
backoff: "exponential"
interval: 15 # seconds
}
timeout: 21 # seconds
}

See also