Example 9565
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "midwife-hooks"
secret: "uHFMIFokymcTK8P9wUdtO43CT9cKgRlF"
endpoints: [
{
url: "https://huge-plugin.net//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://spiteful-switchboard.com/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 10
backoff: "linear"
interval: 19 # seconds
}
timeout: 16 # seconds
}