Sender Email: Use Cases and Flows

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

Add a new sender to your email campaign

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

Note: This flow assumes a site already has the Core or Advanced Email Marketing plans.

  1. Call Create Sender Email and specify the email address to set as a sender’s email address.
  2. Call Send Verification Code and check the inbox of that email address 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?