--- title: "SendGrid Connector" slug: "sendgrid-connector" updated: 2026-04-01T08:33:15Z published: 2026-04-01T08:33:15Z canonical: "support.tulip.co/sendgrid-connector" --- > ## Documentation Index > Fetch the complete documentation index at: https://support.tulip.co/llms.txt > Use this file to discover all available pages before exploring further. # SendGrid Connector To download the connector, please visit: **[Library Page](https://tulip.co/library/connectors/sendgrid-connector)** *Streamline email notifications from Tulip with the SendGrid Connector* ## Purpose This guide provides a high-level starting point for integrating SendGrid to Tulip. This ultimately provide additional ways to integrate email messaging services with Tulip. ## Setup The following steps are required for integration: - SendGrid Account (SendGrid is now part of Twilio) - SendGrid Bearer Token ## How it works The library connector includes a single function: **Send Email function** The SendGrid API Docs provide much more detail in regards to parameters and messaging constraints. - [*REST API Docs*](https://app.sendgrid.com/guide/integrate/langs/curl) ## Authentication Overview SendGrid API uses a bearer token for authentication. [*The SendGrid Email API walks through this process step by step*](https://app.sendgrid.com/guide/integrate) ## Templated Message Body Reference the Email API documentation linked above for additional context, but the basic message follows this template: ``` {"personalizations": [{"to": [{"email": "recipient@example.com"}]}], "from": {"email": "sendeexampexample@example.com"}, "subject": "Hello, World!", "content": [{"type": "text/plain", "value": "Hello!"}]}' ``` This is the message template used in the library connector function ## Example Use Cases ### Supervisor Alerting Send emails to specific supervisors with templated messages to streamline alerting via andon apps ### Maintenance Dispatching Make use of email alerts to streamline maintenance dispatching and notification of issues ## Next Steps [Connectors in Tulip](https://support.tulip.co/docs/connectors) Browse all the Connectors in [Library](https://library.tulip.co/search?section=Connectors)