Sender Email: Use Cases and Flows

This article presents possible use cases and corresponding sample flows that your app can support. It provides a useful starting point as you plan your app's implementation.

Add a new sender to your email campaign

This use case demonstrates how to add a new sender to your email campaign. In this example, your business now accepts bookings and you want to start a new email campaign, where the new sender's email address is bookings@website.com.

Note: This flow assumes you already have the Core or Advanced Email Marketing plans.

  1. Call Create Sender Email and specify the email address you'd like to set as a sender’s email address.
  2. Call Send Verification Code and check your inbox for the verification code.
  3. Use the received verification code to call Verify Sender Email and verify the email address.
  4. Call Create Sender Details passing the verified email address into the fromEmailAddress field. Also, enter the sender's name into the fromName field.
Did this help?