You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-sendgrid/index.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: SendGrid Marketing Campaigns Destination
2
+
title: SendGrid Destination
3
3
hide-boilerplate: true
4
4
hide-dossier: true
5
5
redirect_from:
@@ -8,15 +8,15 @@ id: 631a6f32946dd8197e9cab66
8
8
---
9
9
10
10
11
-
[SendGrid Marketing Campaigns](https://sendgrid.com/solutions/email-marketing/){:target="_blank”} provides email marketing automation for businesses. With Segment you can add contacts and lists to SendGrid Marketing Campaigns.
11
+
[SendGrid](https://sendgrid.com/solutions/email-marketing/){:target="_blank”} provides email marketing automation for businesses. With Segment you can add contacts and lists to SendGrid.
12
12
13
13
## Getting started
14
14
15
15
1. From the Segment web app, click **Catalog**, then click **Destinations**.
16
16
2. Find the Destinations Actions item in the left navigation, and click it.
4. Select an existing Source to connect to SendGrid Marketing Campaigns (Actions).
19
-
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"}
17
+
3. Click **Configure SendGrid**.
18
+
4. Select an existing Source to connect to SendGrid.
19
+
5. In the destination settings, enter your SendGrid “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"}
20
20
21
21
22
22
{% include components/actions-fields.html %}
@@ -27,10 +27,10 @@ id: 631a6f32946dd8197e9cab66
27
27
The [Send Email With Dynamic Template](#send-email-with-dynamic-template) Action can be used to send emails through SendGrid using [SendGrid Dynamic Templates](https://www.twilio.com/docs/sendgrid/ui/sending-email/how-to-send-an-email-with-dynamic-templates){:target="_blank”}. The Dynamic Template you use must already exist in SendGrid. Use the Action field [Dynamic Template Data](#dynamic-template-data) to populate values in the Dynamic Template.
28
28
29
29
### Contacts
30
-
SendGrid sends emails to the email addresses you specify, even if they are not listed as Contacts in SendGrid Marketing Campaigns.
30
+
SendGrid sends emails to the email addresses you specify, even if they are not listed as Contacts in SendGrid.
31
31
32
32
### SendGrid API Key
33
-
Segment and SendGrid recommend that you define the SendGrid API key within a subuser account and the domain is authenticated under that same subuser account. The Send Email With Dynamic Template Action requires that the SendGrid API Key has the following scopes assigned:
33
+
Segment and SendGrid recommend that you define the SendGrid API key within a subuser account and the domain is authenticated under that same subuser account. The Send Email With Dynamic Template Action requires that the SendGrid API Key has the following scopes assigned:
34
34
- Category Management: full
35
35
- IP Management: full
36
36
- Template Engine: full
@@ -43,10 +43,10 @@ If you want to view any other custom user traits in the Marketing Campaigns list
43
43
### Custom Fields
44
44
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.
45
45
46
-
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.
46
+
For any other custom traits just add a Custom Field inside of SendGrid with a tag that matches the key you are using in your identify call.
47
47
48
48
### Recording userId
49
-
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.
49
+
To record a Segment userId in SendGrid, 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.
50
50
51
51
### SendGrid API Key
52
52
The Upsert Contact Action requires the SendGrid API Key to have the following scopes:
0 commit comments