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-id

    Generates a new batch ID.

  • sg-create-list

    Creates a new contacts list.

  • sg-delete-list

    Deletes a specific list.

  • sg-delete-scheduled-send

    Delete the cancellation/pause of a scheduled send.

  • sg-get-all-categories-stats

    Retrieves 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-lists

    Retrieves all of your recipient lists. If you don't have any lists, an empty array will be returned.

  • sg-get-category-stats

    Retrieves all of your email statistics for each of your categories.

  • sg-get-email-activity-list

    Retrieves 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-stats

    Retrieves all of your global email statistics between a given date range.

  • sg-get-list-by-id

    Retrieves a single recipient list.

  • sg-get-list-contact-count-by-id

    Returns the number of contacts on a specific list.

  • sg-list-categories

    Retrieves a list of all of your categories.

  • sg-retrieve-all-scheduled-sends

    Retrieves all cancelled and paused scheduled send information.

  • sg-retrieve-scheduled-send

    Retrieves the cancel/paused scheduled send information for a specific batch id.

  • sg-scheduled-status-change

    Cancel or pause a scheduled send associated with a batch ID.

  • sg-send-email

    Send an email.

  • sg-update-list-name

    Updates the name of a list.

  • sg-update-scheduled-send

    Update the status of a scheduled send for the given batch id.