Links
Comment on page

Welcome Series

An automation template to use when a new user successfully sign up
Use this automation template to welcome a user when they successfully sign up. The idea is to introduce them to resources that may be hard to find but can help get started quickly.
In your candymail.automation.json :
{
"workflows": [
{
"name": "welcome-series",
"description": "send 3 welcome emails in a week after a user signs up",
"trigger_name": "welcome",
"emails": [
{
"trigger": "time",
"sendDelay": 0,
"subject": "Welcome to DopeSMS!",
"body": "<div style=\"text-align:center\"><h1>Welcome to DopeSMS!</h1><p>It's time to grow your product with SMS marketing - using API.</p><div style=\"text-align:left\"><p>DopeSMS is awesome because:</p><ul><li>Portable: Create, share and reuse SMS marketing strategies between different products</li><li>Simple to use: Time to send, message can all be set up in a single API</li><li>Compliance: Option to stop messages</li></ul></div>",
},
{
"trigger": "time",
"sendDelay": 24,
"subject": "Quickstart with DopeSMS",
"body": "<div style=\"text-align:center\"><h1>Quickstart with DopeSMS</h1><p>We have put together 2 example projects for you to learn from.</p><p>Here's one for <span><a href=\"https://candymail.saasbase.dev/guides/examples/using-node.js\">vanilla Node.js</a></span> and another for <span><a href=\"https://candymail.saasbase.dev/guides/examples/using-express-api\">Express.js</a></span></p><p>- DopeSMS Devs</p></div>",
},
{
"trigger": "time",
"sendDelay": 48,
"subject": "Send your first email sequence with Candymail",
"body": "<div style=\"text-align:center\"><h1>Get started with DopeSMS and Node.js</h1><ol style=\"text-align:left\"><li><p>Install NPM package</p><li><p>Initilize workflows</p></li><li><p>Trigger workflow</p></li></ol></div>",
}
]
}
]
}

Email 1 - Welcome user on signup

Email 1

Email 2 - Send helpful resources

Email 2

Email 3 - List out step-by-step how the product can be used

Email 3