v1.0.0
zhanpeiwei
Quickly set up a 7-day automated email outreach, especially suitable for scenarios including: continuous contact with potential customers, product launch countdown marketing, and ongoing welcome emails for new registrants.
📣 Marketing
💼 Sales
🤖 Automation
Included Resources
New Users
Email Series Automation
Interrupt Sequence Delay Automation
Workflow Graph
Workflow Graph
Workflow of 7-Day Automated Email Marketing
In SaaS businesses, the conversion from user registration to activation is a critical stage. Timely and personalized email interactions can significantly enhance user activation and retention rates. This template is designed to guide users through a series of carefully crafted marketing emails over the crucial first 7 days after registration, encouraging early engagement and satisfaction with your product.
By using the "7-Day Automated Email Marketing" template, you can more effectively guide new users in understanding and using your product, improving activation and retention rates, thus driving business growth. Additionally, by analyzing email open and click rates, you can optimize email content and sending strategies, enhancing marketing effectiveness.
This template is designed to enhance user experience and reduce early churn, covering the following two core functions:
Log in to the Bika platform and install the "7-Day Automated Email Marketing."
Go to the "Email Series Automation" node. Click through each email sending step to access the configuration page. If your space already has SMTP configuration integrated, select the integrated email; if not, click "Create New Integration." For details, refer to the user manual.
Review and adjust the email content based on product characteristics and user needs, ensuring alignment with your brand style and effectively guiding users through key activation steps.
Next, we will introduce the design details regarding the interruption delay part. If you choose Method 1, you can directly use the template, only needing to modify your email body content.
<style>
body {
background-color: white;
}
.hidden-content {
color: white;
}
</style>
<p class="hidden-content">[<%= _automation.runHistoryId %>]</p>
<%= _automation.runHistoryId %>
is the automation run ID variable. Use the English "/" to call the variable option, inserting: Other - Automation - Automation Run ID. Refer to the screenshot for guidance.If you choose this method, you do not need to configure the "Interruption Sequence Delay Automation." Just include a button in your email body that links to cancel the automated delay, for example, in markdown format:
Configure Email IMAP Go to the "Interruption Sequence Delay Automation" configuration page. If your space has an IMAP email configuration integrated, select the integrated email; if not, click "Create New Integration." For details, refer to the user manual.
Run Script This part extracts the automation run ID variable from the email body; no modifications are needed.
Send HTTP Request This part calls the API interface to interrupt the automation. After installation, fill in your API Token in the indicated location in the screenshot.
Enable Automation After confirming that the automation configuration is correct, click to enable the "Email Series Automation" and "Interruption Sequence Delay Automation."
Go to the "New Users" database, add a test email address, and change the status field to "Confirm Send Email." Real data can be automatically imported via API. Here is the relevant documentation for the Bika API.
Your test email should receive an email indicating that the "Email Series Automation" process has successfully run. You can modify email content as needed or continue adding user information. Before official use, ensure all email titles and content are correctly configured.
After receiving an email, any reply from your test email will allow you to observe whether the "Interruption Delay Sequence Automation" runs successfully. If it runs successfully, the status will change to "Cancel Run" in the "Email Series Automation" run history, indicating that both automations have successfully executed.
Q1: How are email sequences sent?
A1: When a new user's status is updated to "Confirm Send Email," the automation process immediately sends the first email and continues to send one subsequent email each day for the next 6 days to help users familiarize themselves with the product.
Q2: How can I modify email content?
A2: In the automation node, you can click through each email sending step to easily modify the email titles and content to better align with user needs and brand image.