SendGrid
SendGrid provides a cloud-based service that assists businesses with email delivery. It allows companies to track email opens, unsubscribes, bounces, and spam reports. Our SendGrid pack utilize these SendGrid use cases to help you send and manage your emails.
Messaging and Conferencing · SendGrid
Configuration parameters
apiKey— API Key (required)fromEmail— From Email ID (required)fromEmailName— From Sender Name (required)
Commands (18)
-
sg-create-batch-idGenerates a new batch ID.
-
sg-create-listCreates a new contacts list.
-
sg-delete-listDeletes a specific list.
-
sg-delete-scheduled-sendDelete the cancellation/pause of a scheduled send.
-
sg-get-all-categories-statsRetrieves the total sum of each email statistic for every category over the given date range. By default it returns only 5 categories. Use limit= argument to define the number of categories to return.
-
sg-get-all-listsRetrieves all of your recipient lists. If you don't have any lists, an empty array will be returned.
-
sg-get-category-statsRetrieves all of your email statistics for each of your categories.
-
sg-get-email-activity-listRetrieves the email activity list associated with the messages matching your query. If no query provided, it returns a list of most recent emails you've sent. NOTE: This Email Activity API returns email list up to last 30 days.
-
sg-get-global-email-statsRetrieves all of your global email statistics between a given date range.
-
sg-get-list-by-idRetrieves a single recipient list.
-
sg-get-list-contact-count-by-idReturns the number of contacts on a specific list.
-
sg-list-categoriesRetrieves a list of all of your categories.
-
sg-retrieve-all-scheduled-sendsRetrieves all cancelled and paused scheduled send information.
-
sg-retrieve-scheduled-sendRetrieves the cancel/paused scheduled send information for a specific batch id.
-
sg-scheduled-status-changeCancel or pause a scheduled send associated with a batch ID.
-
sg-send-emailSend an email.
-
sg-update-list-nameUpdates the name of a list.
-
sg-update-scheduled-sendUpdate the status of a scheduled send for the given batch id.