Integrations

Integrations

When to use the API, inbound webhooks, Stripe, or Zapier.

Audryo’s canonical ingest path is the HTTP API with a workspace token. Integrations exist for sources that cannot do that, or for pushing events out.

Choose a path

SourceUse
Your app / backendContacts API and Events API
HMAC-only vendor, custom JSON shapeInbound webhook
Stripe billingStripe
Zapier / Make-style automationZapier
Your own HTTPS receiverOutbound webhooks
Resend / SES delivery eventsProvider webhook on Connect your ESP

All inbound paths hit the same ingestion and Journey evaluation. The difference is authentication and payload mapping, not a second runtime.

What not to build

  • Browser automation against the Audryo UI
  • Polling every minute instead of sending events when they happen
  • A second “consent” boolean in Stripe metadata instead of the

consent ledger