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
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -46,16 +46,19 @@ At the moment, we don't support filtering which objects or properties get synced
46
46
47
47
### Streaming
48
48
49
-
The SendGrid source also has a streaming component which listens in real time for inbound webhooks from SendGrid's Event Notifications and batches the events to be uploaded on your next warehouse flush. These events are only ever appended to your warehouse. Note, if you don't use SendGrid's marketing features, this will be the only data that we receive from SendGrid. At present, there is no way to retrieve email event history from SendGrid, so you will only have access to data that we've collected after you successfully enable this component of the source destination.
49
+
The SendGrid source also has a streaming component which listens in real time for inbound webhooks from SendGrid's Event Notifications and batches the events to be uploaded on your next warehouse flush. **These events only append to your warehouse.**
50
+
51
+
> note ""
52
+
> **NOTE:** If you don't use SendGrid's marketing features, this will be the only data that Segment receives from SendGrid. There isn't a way to retrieve email event history from SendGrid, so you will only have access to data that Segment collected after you successfully enable this component of the source destination.
50
53
51
54
52
55
## Collections
53
56
54
57
Collections are the groupings of resources we pull from your source. In your warehouse, each collection gets its own table.
55
58
56
-
**Object** collections are updated with each sync. These are pulled using our sync component.
59
+
**Object** collections are updated with each sync. These are pulled using Segment's sync component.
57
60
58
-
**Event** collections are append only, represent a user action or activity, and may be likened to fact tables in a traditional data warehouse.
61
+
**Event** collections are append only, represent a user action or activity, and may be likened to fact tables in a traditional data warehouse.**Note:** Unlike traditional events captured by Segment, you can't forward these events to Destinations you've configured in your Segment workspace. You can only sync these events to a supported data warehouse.
59
62
60
63
61
64
| Collection | Type | Description |
@@ -79,4 +82,4 @@ Collections are the groupings of resources we pull from your source. In your war
79
82
80
83
If you're getting an "Invalid Credentials" error when setting up the SendGrid source, send a direct ping to the [SendGrid Marketing Campaigns API](https://sendgrid.com/docs/API_Reference/Web_API_v3/Marketing_Campaigns/campaigns.html) to test if you're using the correct credentials.
81
84
82
-
Make sure you whitelist the Segment IP addresses on Sendgrid. [contact our team](https://segment.com/help/contact/) for the list of IP addresses to whitelist.
85
+
Make sure you whitelist the Segment IP addresses on Sendgrid. [Contact Segment](https://segment.com/help/contact/) for the list of IP addresses to whitelist.
0 commit comments