Skip to content

Commit 9f1882b

Browse files
committed
Send to All content
1 parent 1687f2d commit 9f1882b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

src/engage/campaigns/email-campaigns.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 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+
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Email addresses and phone numbers in your audience have one of the four followin
1717
- **No subscription status**; users who never gave Segment the email or phone number in your audience
1818

1919
> 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+
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)