Example 7172

Webhook Config

Outgoing webhook endpoint configuration.

{
name: "premium-hooks"
secret: "byfJsEKmcMRAhMqaB1LPPNnZUuW9CvI2"
endpoints: [
{
url: "https://extroverted-information.com//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}

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

retry: {
max_attempts: 9
backoff: "linear"
interval: 28 # seconds
}
timeout: 8 # seconds
}

See also