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/broadcasts.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ Follow these steps to create an email broadcast:
33
33
- To send your broadcast immediately, select **Send now**, then click **Send now ->**. Confirm a final time by clicking **Send** in the popup.
34
34
- To send your broadcast later, select **Schedule**, then enter the date, time, and time zone for your scheduled broadcast. Click **Schedule ->**, then confirm by clicking **Schedule** in the **Schedule message** popup.
35
35
36
+
> info ""
37
+
> It's best practice to only send emails to users with a `subscribed` status. However, if you need to send an email broadcast to someone who hasn't subscribed, you can configure an email to [send to all users](/docs/engage/campaigns/email-campaigns/#send-an-email-to-all-users/).
Copy file name to clipboardExpand all lines: src/engage/campaigns/email-campaigns.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Some knowledge of the Journeys product will benefit you as you read through this
12
12
Twilio Engage uses Journeys to send email and SMS campaigns. With Journeys, you add conditions and steps that trigger actions like sending an email or an SMS.
13
13
14
14
You’ll build and then send your campaign in three stages:
15
-
15
+
16
16
1. Create a Journey.
17
17
2. Add a Journey condition.
18
18
3. Create, test, and send your email campaign.
@@ -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 marketing transactional email 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){:target="_blank"}.
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){:target="_blank"}.
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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,9 @@ Email addresses and phone numbers in your audience have one of the four followin
16
16
-`did-not-subscribe`; users who are neither subscribed nor unsubscribed
17
17
-**No subscription status**; users who never gave Segment the email or phone number in your audience
18
18
19
-
> warning "User Consent"
20
-
> You can only send Engage campaigns to users with a `subscribed` status.
19
+
> info ""
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 hasn'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