Skip to content

Commit 1a9e318

Browse files
authored
Merge pull request #644 from segmentio/repo-sync
repo sync
2 parents b99cac9 + d1855b8 commit 1a9e318

File tree

1 file changed

+7
-7
lines changed
  • src/connections/destinations/catalog/actions-sendgrid

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Sendgrid Marketing Campaigns Destination
2+
title: SendGrid Marketing Campaigns Destination
33
hide-boilerplate: true
44
hide-dossier: true
55
redirect_from:
@@ -10,15 +10,15 @@ id: 631a6f32946dd8197e9cab66
1010

1111
{% include content/ajs-upgrade.md %}
1212

13-
[Sendgrid Marketing Campaigns](https://sendgrid.com/solutions/email-marketing/) provides email marketing automation for businesses. With Segment you can add contacts and lists to Sendgrid Marketing Campaigns.
13+
[SendGrid Marketing Campaigns](https://sendgrid.com/solutions/email-marketing/) provides email marketing automation for businesses. With Segment you can add contacts and lists to SendGrid Marketing Campaigns.
1414

1515
## Getting started
1616

1717
1. From the Segment web app, click **Catalog**, then click **Destinations**.
1818
2. Find the Destinations Actions item in the left navigation, and click it.
19-
3. Click **Configure Sendgrid Marketing Campaigns**.
20-
4. Select an existing Source to connect to Sendgrid Marketing Campaigns (Actions).
21-
5. In the destination settings, enter your Sendgrid Marketing Campaigns “API key” into the connection settings. You should create a new API key for the Segment destination. You can read more about API keys on [Marketing Campaigns’s docs.](https://docs.sendgrid.com/ui/account-and-settings/api-keys){:target="_blank"}
19+
3. Click **Configure SendGrid Marketing Campaigns**.
20+
4. Select an existing Source to connect to SendGrid Marketing Campaigns (Actions).
21+
5. In the destination settings, enter your SendGrid Marketing Campaigns “API key” into the connection settings. You should create a new API key for the Segment destination. You can read more about API keys on [Marketing Campaigns’s docs.](https://docs.sendgrid.com/ui/account-and-settings/api-keys){:target="_blank"}
2222

2323

2424
{% include components/actions-fields.html %}
@@ -30,8 +30,8 @@ If you want to view any other custom user traits in the Marketing Campaigns list
3030
## Custom Fields
3131
To send custom fields/user traits to Marketing Campaigns you need to create the field first in Marketing Campaigns for each trait you want sent to Marketing Campaigns. Then when you call identify with keys that match those traits they will appear in your Marketing Campaigns list.
3232

33-
For any other custom traits just add a Custom Field inside of Sendgrid Marketing Campaigns with a tag that matches the key you are using in your identify call.
33+
For any other custom traits just add a Custom Field inside of SendGrid Marketing Campaigns with a tag that matches the key you are using in your identify call.
3434

3535

3636
## Recording userId
37-
To record a Segment userId in Sendgrid Marketing Campaigns, you must pass the userID as a trait on your identify() calls. SendGrid does not automatically map the Segment userID to any Marketing Campaigns properties.
37+
To record a Segment userId in SendGrid Marketing Campaigns, you must pass the userID as a trait on your identify() calls. SendGrid does not automatically map the Segment userID to any Marketing Campaigns properties.

0 commit comments

Comments
 (0)