Entry points for Adapty Mail

An entry point is how user data reaches Adapty Mail. Whichever one you use, Adapty Mail needs the same three things before it can email a user:

  • Their email address: The destination for your emails.
  • Their customer user ID: The unique identifier for the user.
  • Their subscription events feed: Trials, renewals, cancellations, and refunds, as they happen.

Pick the entry point that matches your app:

  • Adapty: Use this if your app already runs the Adapty SDK. Adapty forwards profiles, emails, and subscription events for you, so you need no server of your own. In your app, add user identification and email collection. See Connect Adapty to Adapty Mail.
  • Adapty Mail API: Use this if you already run a backend that holds this data, if your app has no Adapty SDK, or if you import subscribers from somewhere else. You post profiles and transaction events yourself. The secret key on Settings > Project authenticates the requests. See Send emails and transactions via the Adapty Mail API.
  • FunnelFox: Use this if you acquire and charge users through FunnelFox web funnels. FunnelFox already holds their emails, purchases, and subscription events, and forwards them to Adapty Mail on its own — no SDK work, and no requests to write. See Connect FunnelFox to Adapty Mail.
  • A combination: You can use more than one entry point at once. Adapty Mail matches incoming user data on customer_user_id and email address, so a person it hears about from several sources still gets one profile and one sequence rather than duplicate emails.