TDA Webhook Receiver
hook.tdaqs.com.au
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 path | Provider |
|---|---|
| /aircall | Aircall |
| /cellcast | Cellcast |
Email (Twilio SendGrid) | |
| /stripe | Stripe |
How forwarding works
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.
Signatures pass through
The raw body bytes and provider signature headers are forwarded untouched. Re-encoding would break the HMAC verification at the console.
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-AgentOnly 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.