Skip to content

Commit af9487b

Browse files
author
markzegarelli
authored
Merge pull request #2259 from segmentio/sendgrid
Add clarity to Events in Sendgrid source and fixe a typo
2 parents 399c8f9 + 9a09c15 commit af9487b

File tree

1 file changed

+7
-4
lines changed
  • src/connections/sources/catalog/cloud-apps/sendgrid

1 file changed

+7
-4
lines changed

src/connections/sources/catalog/cloud-apps/sendgrid/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,19 @@ At the moment, we don't support filtering which objects or properties get synced
4646

4747
### Streaming
4848

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.
5053
5154

5255
## Collections
5356

5457
Collections are the groupings of resources we pull from your source. In your warehouse, each collection gets its own table.
5558

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.
5760

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.
5962

6063

6164
| Collection | Type | Description |
@@ -79,4 +82,4 @@ Collections are the groupings of resources we pull from your source. In your war
7982

8083
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.
8184

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

Comments
 (0)