SendGrid
Marketing

SendGrid Connector

Connect to SendGrid to send transactional email, manage marketing contacts and lists, view email statistics, and manage templates.

$pip install "toolsconnector[sendgrid]"
20
Actions
Marketing
Category
Free
Apache 2.0

All 20 Actions

Action Description Parameters Returns
add_contacts ⚠Add or update marketing contacts in SendGridcontactsSendGridJobId
add_to_suppression ⚠Add emails to global suppression groupemailsbool
create_list ⚠Create a new contact listnameSendGridList
delete_contact ⚠Delete a contact by IDcontact_idbool
get_bouncesGet bounced email addresses[limit]list
get_email_activityQuery email activity feed[query, limit]list
get_global_suppressionsGet global suppressions with limit[limit, offset]list
get_spam_reportsGet spam report records[limit]list
get_statsRetrieve email statistics from SendGridstart_date  [end_date]list
get_templateRetrieve a single SendGrid template by IDtemplate_idSendGridTemplate
get_template_versionGet a specific template versiontemplate_id, version_idSendGridTemplateVersion
list_contactsList marketing contacts from SendGrid[limit]PaginatedList[SendGridContact]
list_listsList all contact lists in SendGridlist
list_sender_identitiesList verified sender identitieslist
list_suppressionsList global email suppressionslist
list_templatesList transactional templates from SendGrid[limit]PaginatedList[SendGridTemplate]
remove_from_suppression ⚠Remove an email from global suppression groupemailbool
search_contactsSearch marketing contacts using a SGQL queryqueryPaginatedList[SendGridContact]
send_email ⚠Send an email via SendGridto, from_email, subject, content  [content_type]SendGridResponse
send_template_email ⚠Send an email using a dynamic templateto, from_email, template_id  [dynamic_data]SendGridResponse
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing