Skip to content

Commit b0536d4

Browse files
authored
Merge pull request #4699 from segmentio/estgc-patch-4
Update email and sms subscription field.md
2 parents 032a60f + 6a6e0cd commit b0536d4

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)