22
33Description
44-----------
5- This plugin used to query SendGrid v3 API.
6-
5+ Plugin fetches data from SendGrid. SendGrid is a cloud-based service that assists businesses with email delivery. For
6+ the end user SendGrid provides information about existing Marketing Campaigns, Email Analytics, Bounces, Spam Reports.
7+
78Properties
89----------
910### General
1011
1112** Reference Name:** Name used to uniquely identify this source for lineage, annotating metadata, etc.
1213
13- ** Authentication type:** The way, how user would like to be authenticated to the SendGrid acoount
14+ ** Authentication type:** The way, how user would like to be authenticated to the SendGrid account
1415
1516** API Key:** The SendGrid API Key taken from the SendGrid account
1617
17- ** Username:** Login name for SendGrid
18+ ** Username:** Login name for the SendGrid account
1819
19- ** Password:** Login password for the username specified above
20+ ** Password:** Password for the SendGrid account
2021
2122** Data Source Types:** List of data source groups
2223
@@ -25,7 +26,7 @@ Available:
2526- Stats Fields
2627- Suppressions Fields
2728
28- ** Data Source:** One of the above sources picked from list
29+ ** Data Source:** SendGrid source object
2930
3031Available:
3132- Marketing Campaigns Fields
@@ -42,7 +43,18 @@ Available:
4243 - Bounces
4344 - Global Unsubscribes
4445 - Group Unsubscribes
45- ** Data Source Fields:**
46+
47+ ** Data Source Fields:** The list of fields available for the retrieval
48+
49+ - * Automation:* id, name, status, type, message_count, created_at, updated_at, live_at
50+ - * SingleSends:* id, name, status, created_at, updated_at,
51+ - * Senders:* id, nickname, address, address_2, city, country, state, zip, locked, created_at, updated_at, from(email, name), verified(status, reason), reply_to(name, email)
52+ - * Contacts:* id, first_name, last_name, list_ids, created_at, updated_at, email, Segments, id, name, parent_list_id, created_at, updated_at, sample_updated_at, contacts_count
53+ - * GlobalStats:* date ,blocks ,bounce_drops ,bounces ,clicks ,deferred ,invalid_emails ,opens ,processed ,requests ,spam_report_drops ,spam_reports ,unique_clicks ,unique_opens ,unsubscribe_drops ,unsubscribes
54+ - * CategoryStats:* name, type, date, blocks, bounce_drops, bounces, clicks, deferred, delivered, invalid_emails, opens, processed, requests, spam_report_drops, spam_reports, unique_clicks, unique_opens, unsubscribe_drops, unsubscribes
55+ - * AdvancedStats:* name, type, date, clicks, opens, unique_clicks, unique_opens
56+ - * Bounces:* created, email, reason, status
57+ - * GroupUnsubscribes:* id ,name ,description ,is_default ,last_email_send_at ,unsubscribes
4658
4759** Start Date:** The date in format YYYY-MM-DD, starting from which the data is requested
4860
0 commit comments