--- title: SendGrid node documentation description: Learn how to use the SendGrid node in n8n. Follow technical documentation to integrate SendGrid node into your workflows. contentType: [integration, reference] priority: medium --- # SendGrid node Use the SendGrid node to automate work in SendGrid, and integrate SendGrid with other applications. n8n has built-in support for a wide range of SendGrid features, including creating, updating, deleting, and getting contacts, and lists, as well as sending emails. On this page, you'll find a list of operations the SendGrid node supports and links to more resources. ```{note} Credentials Refer to [SendGrid credentials](/08-0-0-Workflow/integrations/builtin/credentials/sendgrid.md) for guidance on setting up authentication. ``` ```{include} ../../../../_snippets/integrations/builtin/app-nodes/ai-tools.md ``` ## Operations * Contact * Create/update a contact * Delete a contact * Get a contact by ID * Get all contacts * List * Create a list * Delete a list * Get a list * Get all lists * Update a list * Mail * Send an email. ## Templates and examples ```{include} ../../../../_snippets/integrations/builtin/app-nodes/operation-not-supported.md ```