SendGrid
Authentication Type: API Key
Description: Manage email contacts and send transactional emails through the SendGrid API.
Beta Notice
This tool is currently in beta testing and not yet available for general use.
To get the SendGrid tool added to your Cotera workspace, please contact our support team at support.cotera.co.
Authentication
To authenticate, you'll need a SendGrid API Key. Learn how to create one in the SendGrid API documentation.
Contacts
Manage contacts in your SendGrid account.
Create or Update Contact
Create a new contact, or update the current one if it already exists (upsert). This operation allows you to add new contacts to your SendGrid contact list or update existing contact information based on email address.
Operation Type: Mutation (Write)
Get Contact
Get a contact by ID to retrieve detailed information including email address, custom fields, and contact metadata.
Operation Type: Query (Read)
Send transactional emails through SendGrid.
Send Email
Send an email message with support for personalization, attachments, templates, and advanced email features including scheduling and tracking.
Operation Type: Mutation (Write)