From d69d313002db7a6374552bfe5798aa016c94e02b Mon Sep 17 00:00:00 2001 From: Rahim Nathwani Date: Fri, 26 Mar 2021 06:16:15 -0700 Subject: [PATCH] Update README.md (#7) This repo was copied from tap-hubspot, and this PR fixes a reference to Hubspot in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9f19dc..f564d66 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a [Singer](https://singer.io) tap that produces JSON-formatted data foll This tap: - Pulls raw data from SendGrid's [REST API](https://sendgrid.com/docs/API_Reference/api_v3.html) -- Extracts the following resources from HubSpot +- Extracts the following resources from SendGrid - [Contacts](https://sendgrid.com/docs/API_Reference/Web_API_v3/Marketing_Campaigns/contactdb.html#Get-Recipients-Matching-Search-Criteria-GET) - [Global Suppressions](https://sendgrid.com/docs/API_Reference/Web_API_v3/Suppression_Management/global_suppressions.html#-Global-Unsubscribes) - [Suppression Groups](https://sendgrid.com/docs/API_Reference/Web_API_v3/Suppression_Management/groups.html#-GET)