Can I send webhook events to multiple URLs?
Layer
How to set it
Scope
Typical use-cases
{
"...": "...other fields...",
"webhookUrls": [
"https://orders.example.com/bead/events",
"https://analytics.example.com/hooks/bead"
]
}Last updated