Skip to content

Commit 6a6e0cd

Browse files
authored
Update email and sms subscription field.md
These fields need double underscores instead of just 1.
1 parent 032a60f commit 6a6e0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engage/user-subscriptions/subscription-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ To configure Subscriptions with SQL Traits, you can write your own query or clic
3636
> Click **Reset Template** to reset your SQL query.
3737
3838
Queries must return at least one pair of the columns below with a value of `subscribed`, `unsubscribed`, or `did_not_subscribe`:
39-
- `email` and `_segment_internal_email_subscription_`
40-
- `phone` and `_segment_internal_sms_subscription_`
39+
- `email` and `__segment_internal_email_subscription__`
40+
- `phone` and `__segment_internal_sms_subscription__`
4141

4242
For more subscription SQL best practices, view the [query requirements](#query-requirements) below.
4343

0 commit comments

Comments
 (0)