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/sources/catalog/cloud-apps/sendgrid/index.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,27 +18,27 @@ Adding SendGrid as a Source in Segment requires a SendGrid API key. If you don't
18
18
3. Name the key, configure the key permissions, and click **Create & View**.
19
19
4. Make note of the API key as it will not be shown again.
20
20
21
-
> info "SendGrid API Key settings"
21
+
> info "SendGrid API key settings"
22
22
> Segment recommends providing read permissions for **Email Activity** and **Marketing Activity**.
23
23
24
24
### Set up Sendgrid source
25
25
26
26
To add the Sendgrid source to Segment, return to your Segment Workspace and follow these steps:
27
27
28
28
1. Navigate to **Connections > Catalog**, and search for "Sendgrid".
29
-
2. Click the "Sendgrid" source, and click **Add Source**. **Note**: This source only supports [warehouses](docs/connections/storage/warehouses/) as a destination.
29
+
2. Click the "Sendgrid" source and click **Add Source**. **Note**: This source only supports [warehouses](docs/connections/storage/warehouses/) as a destination.
30
30
3. Give the source a meaningful name and (optional) add any labels to help you organize and filter your sources. Select all of the Warehouse destinations from the existing connections.
31
31
> **Note**: Segment recommends that you give your source a name that reflects the source itself as this name populates the schema name. For example, the source name `SendGrid` creates the schema `SendGrid`. You can add multiple instances if you have multiple SendGrid accounts.
32
-
4. Add the [SendGrid API Key](#sendgrid-api-key) to connect Sendgrid to Segment. Click **Connect**.
32
+
4. Add the [SendGrid API key](#sendgrid-api-key) to connect Sendgrid to Segment. Click **Connect**.
33
33

34
34
5. Copy the auto-generated Webhook URL from Segment and paste it in your Sendgrid account. Navigate to **Settings > Mail Settings > Event Webhooks** and create a new event webhook.
35
35

36
36
6. Set up **Selective Sync**. You have the options to:
37
-
> 1.**Configure the source sync schedule**. This is how often the data syncs. The default option is every three hours.
38
-
> 2.**Select the start date**. This is the date from which the first sync happens. If left blank, a full sync is initiated.
39
-
> 3.**Select the collections to sync**. The collections that you select will be synced from the start date.
37
+
> ***Configure the source sync schedule**. This is how often the data syncs. The default option is every three hours.
38
+
> ***Select the start date**. This is the date from which the first sync happens. If left blank, a full sync is initiated.
39
+
> ***Select the collections to sync**. The collections that you select will be synced from the start date.
40
40
7. Click **Finish** to complete connecting your Sendgrid source to Segment.
41
-
8. To set the date from which the sync should start, go to **Settings > Basic Settings**, and configure the start date.
41
+
8. To set the date from which the sync should start, go to **Settings > Basic Settings**, and configure the start date. Some things to note:
42
42
> * Changing the start date after the first sync doesn't change anything unless a full manual sync is initiated.
43
43
> * Changing the collections to be synced takes effect after the next sync. The previous data synced for any collection that has been unselected will be in the warehouse.
44
44
> * The default value for Source Sync Schedule in 3 hours. To change the sync schedule, send a message to [friends@segment.com](mailto:friends@segment.com){:target="_blank”}.
@@ -59,7 +59,7 @@ Segment's sync component pulls and forwards SendGrid resources to Segment using
59
59
The source syncs and warehouse syncs are independent processes. Source runs pull your data into the Segment Hub, and warehouse runs flush that data to your warehouse. Sources sync with Segment every three hours. Depending on your Warehouses plan, Segment pushes the source data to your warehouse on the interval associated with your billing plan.
60
60
61
61
> info "SendGrid syncs"
62
-
> Segment syncs all objects and properties. [Reach out to support](https://segment.com/help/contact/){:target="_blank”} if you're interested in filtering objects or properties during syncs.
62
+
> Segment syncs all objects and properties. [Reach out to Segment support](https://segment.com/help/contact/){:target="_blank”} if you're interested in filtering objects or properties during syncs.
63
63
64
64
### Streaming
65
65
@@ -79,7 +79,7 @@ Collections are the groupings of resources Segment pulls from your source. In yo
79
79
| Collection | Type | Description |
80
80
| ------ | ------ | ------ |
81
81
| activity | Event | The union of all SendGrid **event** tables. Useful for creating funnels. |
82
-
|_open| Event | Recipient has opened the HTML message. Enable **Open Tracking** to get this type of event. |
82
+
|open| Event | Recipient has opened the HTML message. Enable **Open Tracking** to get this type of event. |
83
83
| click | Event | Recipient clicked on a link within the message. Enable **Click Tracking** to get this type of event. |
84
84
| bounce | Event | Receiving server could not or would not accept message. |
85
85
| delivered | Event | Message has been successfully delivered to the receiving server. |
0 commit comments