Webhooks
Configuración
destinations:
custom_webhook:
type: webhook
data:
url: "https://api.example.com/events"
method: "POST"
headers:
Authorization: "Bearer ${API_TOKEN}"
Content-Type: "application/json"Formato de Payload
Retry Logic
Próximos Pasos
Última actualización