Appearance
2873 - Webhook Config
Outgoing webhook endpoint configuration. This is an example of a MAML document.
maml
{
name: "discourse-hooks"
secret: "G3J6IkwZcMUMp8NOVFX5JIlEJ0UDNxAd"
endpoints: [
{
url: "https://frail-bakeware.name//webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://astonishing-railway.org/callback"
events: [
"payment.success"
"payment.failed"
]
active: false
}
]
retry: {
max_attempts: 9
backoff: "exponential"
interval: 30 # seconds
}
timeout: 24 # seconds
}