Example 3861
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "flood-hooks"
secret: "tTrqNXttWaja8YE7ZnW3MrhCmtXMIY8h"
endpoints: [
{
url: "https://shadowy-schnitzel.info//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://honored-tinderbox.biz/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 6
backoff: "exponential"
interval: 56 # seconds
}
timeout: 12 # seconds
}