> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Sample Use Cases and Flows ## Article: Sample Use Cases and Flows ## Article Link: https://dev.wix.com/docs/api-reference/business-management/marketing/emails/sender-emails/sample-use-cases-and-flows.md ## Article Content: # 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](https://dev.wix.com/docs/rest/business-management/marketing/sender-emails/create-sender-email.md) and specify the email address to set as a sender’s email address. 1. Call [Send Verification Code](https://dev.wix.com/docs/rest/business-management/marketing/sender-emails/send-verification-code.md) and check the inbox of that email address for the verification code. 1. Use the received verification code to call [Verify Sender Email](https://dev.wix.com/docs/rest/business-management/marketing/sender-emails/verify-sender-email.md) and verify the email address. 1. Call [Create Sender Details](https://dev.wix.com/docs/rest/business-management/marketing/sender-details/create-sender-details.md) passing the verified email address into the `fromEmailAddress` field. Also, enter the sender's name into the `fromName` field.