Forward incoming webhooks of the specified type to your URL.
Vida API Token
Relay type (e.g. twilioSMS, chargebee)
Absolute HTTP/HTTPS endpoint that will receive the forwarded webhook.
"https://example.com/webhook/twilio"
Timeout (ms) before the forward request is aborted.
5000
Custom HTTP headers (array of single-key objects).
[
{ "Authorization": "Bearer xyz" },
{ "X-Customer-ID": "abc123" }
]Status codes treated as success by Vida when your endpoint responds.
[200, 201, 202]