Example 15275
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "plugin-hooks"
secret: "VVjl4lH4SjZ8RHMCa29A3xCSl3p0yMRA"
endpoints: [
{
url: "https://unwritten-stump.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://lively-manner.info/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 10
backoff: "exponential"
interval: 33 # seconds
}
timeout: 18 # seconds
}