Appearance
1576 - Webhook Config
Outgoing webhook endpoint configuration. This is an example of a MAML document.
maml
{
name: "shark-hooks"
secret: "pRKHsRDCxaVJ5fo8ItdgNtjbnkcDlwQ3"
endpoints: [
{
url: "https://memorable-assist.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://fine-hello.net//callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 3
backoff: "exponential"
interval: 58 # seconds
}
timeout: 6 # seconds
}