W

TDA Webhook Receiver

hook.tdaqs.com.au

Forwarding

Console target

https://login.tdacostseg.com

All webhook deliveries are forwarded here. Edit CONSOLE_ORIGIN to point at a different console without reconfiguring any provider.

Active routes

Incoming pathProvider
/aircall
Aircall
/cellcast
Cellcast
/email
Email (Twilio SendGrid)
/stripe
Stripe

How forwarding works

1

Provider delivers

Aircall, Cellcast, SendGrid or Stripe POST the event to hook.tdaqs.com.au/provider — this address never changes, even when the console moves.

2

Signatures pass through

The raw body bytes and provider signature headers are forwarded untouched. Re-encoding would break the HMAC verification at the console.

3

Console replies

The console's HTTP status and body are returned directly to the provider, so a failure reads as a failure and the provider retries.

Forwarded headers

Content-TypeStripe-SignatureX-Twilio-Email-Event-Webhook-SignatureX-Twilio-Email-Event-Webhook-TimestampX-Cellcast-SignatureX-Aircall-SignatureUser-Agent

Only provider headers travel to the console. Host, Content-Length and hop-by-hop headers are excluded — the console sees the provider's identity, not this container's.