Skip to content

Commit 42c9bcc

Browse files
authored
more fixing
1 parent a50b1c3 commit 42c9bcc

File tree

1 file changed

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

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@ Adding SendGrid as a Source in Segment requires a SendGrid API key. If you don't
1818
3. Name the key, configure the key permissions, and click **Create & View**.
1919
4. Make note of the API key as it will not be shown again.
2020

21-
> info "SendGrid API Key settings"
21+
> info "SendGrid API key settings"
2222
> Segment recommends providing read permissions for **Email Activity** and **Marketing Activity**.
2323
2424
### Set up Sendgrid source
2525

2626
To add the Sendgrid source to Segment, return to your Segment Workspace and follow these steps:
2727

2828
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.
3030
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.
3131
> **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**.
3333
![Screenshot of the Settings page in the setup flow for the Sendgrid source.](images/601347_Key.png)
3434
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.
3535
![Screenshot of the Webhook page in the setup flow for the Sendgrid source.](images/694785_Webhook.png)
3636
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.
4040
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:
4242
> * Changing the start date after the first sync doesn't change anything unless a full manual sync is initiated.
4343
> * 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.
4444
> * 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
5959
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.
6060

6161
> 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.
6363
6464
### Streaming
6565

@@ -79,7 +79,7 @@ Collections are the groupings of resources Segment pulls from your source. In yo
7979
| Collection | Type | Description |
8080
| ------ | ------ | ------ |
8181
| 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. |
8383
| click | Event | Recipient clicked on a link within the message. Enable **Click Tracking** to get this type of event. |
8484
| bounce | Event | Receiving server could not or would not accept message. |
8585
| delivered | Event | Message has been successfully delivered to the receiving server. |

0 commit comments

Comments
 (0)