You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/engage/campaigns/email-campaigns.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,19 @@ Some email campaign fields, like **Sender email** and **Subject**, are required.
50
50
> info "Editing Templates"
51
51
> If you use a template for your email, Engage creates an editable copy of the original. Editing the template within the Journey won’t alter the original template.
52
52
53
+
### Send an email to all users
54
+
55
+
As you create your email campaign, you can set an email to send to all users regardless of their [subscription state](/docs/engage/user-subscriptions/#the-four-subscription-states). This may be useful, for example, when you need to send a transactional message to a user who hasn't subscribed to your marketing emails.
56
+
57
+
To send an email to all users:
58
+
59
+
1. In the email builder, navigate to the **Which subscription states should receive this message?** field.
60
+
2. From the dropdown menu, select **All subscription states including unsubscribed**.
61
+
62
+
When you bypass subscription states, be sure to follow local laws and comply with [CAN-SPAM guidance](https://www.ftc.gov/business-guidance/resources/can-spam-act-compliance-guide-business).
63
+
64
+
For more, view SendGrid's [email deliverability best practices](https://support.sendgrid.com/hc/en-us/articles/360041790453-Best-Practices-for-ensuring-Email-Deliverability).
65
+
53
66
### Test your email campaign
54
67
55
68
At this point, you can send a test email before publishing your campaign. Test emails confirm that your design, unsubscribe links, and merge tags appear as expected.
@@ -89,6 +102,7 @@ The following table contains descriptions of all available fields in the Journey
89
102
| Preview text | A brief message that displays next to the email subject. |
90
103
| Subject * | The email subject. |
91
104
| Body * | The email’s content. Select Build Email Content to create a new campaign, or Use a template to choose an existing template. |
105
+
| Which subscription states should receive this message? | The [subscription state](/docs/engage/user-subscriptions/#the-four-subscription-states) that Engage will send email campaigns to. Defaults to `subscribed` users only. Select **All subscription states including unsubscribed** to send emails to all users regardless of subscription state. |
Copy file name to clipboardExpand all lines: src/engage/journeys/step-types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ Use Twilio Engage to send email as a step in a Journey.
123
123
7. Add conversion goals.
124
124
4. Click **Save** to add the email step to your Journey.
125
125
126
-
`Subscribed` users will receive an email upon entering the step. Visit [Email Campaigns](/docs/engage/campaigns/email-campaigns/) for more information.
126
+
`Subscribed` users will receive an email upon entering the step. To send an email to users regardless of their subscription state, you can use Engage to [send a message to all users](/docs/engage/campaigns/email-campaigns/#send-an-email-to-all-users/). Visit [Email Campaigns](/docs/engage/campaigns/email-campaigns/) for more information.
Copy file name to clipboardExpand all lines: src/engage/user-subscriptions/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ Email addresses and phone numbers in your audience have one of the four followin
17
17
-**No subscription status**; users who never gave Segment the email or phone number in your audience
18
18
19
19
> warning "User Consent"
20
-
> You can only send Engage campaigns to users with a `subscribed` status.
20
+
> It's best practice to only send Engage campaigns to users with a `subscribed` status. However, if you need to send an email to someone who isn't subscribed, you can create an email campaign that you [send to all users](/docs/engage/campaigns/email-campaigns/#send-an-email-to-all-users/).
21
+
21
22
22
23
To learn how Segment determines user subscription states, read the [User Subscription State documentation](/docs/engage/user-subscriptions/subscription-states/).
0 commit comments