Skip to content

Commit 193b975

Browse files
authored
Merge pull request #4871 from segmentio/Bypass-subscription-states
Add Send to All content
2 parents 6ea2781 + 198e40a commit 193b975

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

src/engage/campaigns/broadcasts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Follow these steps to create an email broadcast:
3333
- To send your broadcast immediately, select **Send now**, then click **Send now ->**. Confirm a final time by clicking **Send** in the popup.
3434
- 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.
3535

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/).
3638
3739
## Create and send an SMS broadcast
3840

src/engage/campaigns/email-campaigns.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Some knowledge of the Journeys product will benefit you as you read through this
1212
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.
1313

1414
You’ll build and then send your campaign in three stages:
15-
15+
1616
1. Create a Journey.
1717
2. Add a Journey condition.
1818
3. Create, test, and send your email campaign.
@@ -50,6 +50,19 @@ Some email campaign fields, like **Sender email** and **Subject**, are required.
5050
> info "Editing Templates"
5151
> 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.
5252
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+
5366
### Test your email campaign
5467

5568
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
89102
| Preview text | A brief message that displays next to the email subject. |
90103
| Subject * | The email subject. |
91104
| 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. |
92106

93107

94108
## Next steps

src/engage/journeys/step-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Use Twilio Engage to send email as a step in a Journey.
123123
7. Add conversion goals.
124124
4. Click **Save** to add the email step to your Journey.
125125

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.
127127

128128
#### Send an SMS
129129

src/engage/user-subscriptions/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ Email addresses and phone numbers in your audience have one of the four followin
1616
- `did-not-subscribe`; users who are neither subscribed nor unsubscribed
1717
- **No subscription status**; users who never gave Segment the email or phone number in your audience
1818

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+
2122

2223
To learn how Segment determines user subscription states, read the [User Subscription State documentation](/docs/engage/user-subscriptions/subscription-states/).
2324

0 commit comments

Comments
 (0)