Skip to content

Commit 9025e70

Browse files
committed
Add CSV/SQL warning
1 parent 2be407a commit 9025e70

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/engage/profiles/csv-upload.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ plan: engage-premier
44
---
55
Use the CSV Uploader to add or update user profiles and set subscription states.
66

7-
When you upload a CSV file, Twilio Engage adds new users and updates existing user profiles. Each CSV row corresponds to a user profile and columns to an identifier in your [identity resolution configuration](/docs/unify/identity-resolution/identity-resolution-settings/).
7+
When you upload a CSV file, Engage adds new profiles and updates existing user profiles. Each CSV row corresponds to a user profile and columns to an identifier in your [identity resolution configuration](/docs/unify/identity-resolution/identity-resolution-settings/).
88

99
You can also [set subscription states](#set-user-subscriptions) for each email and phone number that you upload in the CSV. Subscription states help you track which email addresses and numbers you have permission to market to.
1010

11+
> warning ""
12+
> Uploading a CSV creates new profiles and updates existing profiles. These profile updates may lead to users entering existing audiences or message campaigns.
13+
1114
## Upload a CSV file
1215

1316
Use the **Upload CSV** page to upload a CSV file in your Segment space:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Use Subscriptions with SQL Traits to connect to your data warehouse and query us
88

99
On this page, you'll learn how to use SQL to sync subscription data from your warehouse to Engage.
1010

11+
> warning ""
12+
> Updating subscription statuses with SQL creates new profiles and updates existing profiles. These profile updates may lead to users entering existing audiences or message campaigns.
13+
1114
## Getting started
1215

1316
To use Subscriptions with SQL Traits, you need the following:

0 commit comments

Comments
 (0)