Appearance
669 - Webhook Config
Outgoing webhook endpoint configuration. This is an example of a MAML document.
maml
{
name: "blight-hooks"
secret: "P3lgykVJO5Zh9Gpi6tJXVNNHkBVFGZEB"
endpoints: [
{
url: "https://scaly-begonia.net/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://meaty-cemetery.com//callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 3
backoff: "exponential"
interval: 60 # seconds
}
timeout: 30 # seconds
}