Example 14873
Webhook Config
Outgoing webhook endpoint configuration.
{
name: "ghost-hooks"
secret: "4UT6WdQOYPe7AAewoKe0sLxYTdBS75yI"
endpoints: [
{
url: "https://vibrant-baritone.biz/webhook"
events: [
"create"
"update"
"delete"
]
active: true
}
{
url: "https://warmhearted-pecan.com/callback"
events: [
"payment.success"
"payment.failed"
]
active: true
}
]
retry: {
max_attempts: 9
backoff: "exponential"
interval: 34 # seconds
}
timeout: 28 # seconds
}