Skip to main content
Glama

SendGrid MCP Server

by deyikong

create_contact_with_lists

Add new contacts to specific email marketing lists to organize subscribers and target communications effectively.

Instructions

Create new contacts and assign them to specific email lists

Input Schema

NameRequiredDescriptionDefault
contactsYesArray of contact objects
list_idsYesArray of list IDs to add the contact to

Input Schema (JSON Schema)

{ "properties": { "contacts": { "description": "Array of contact objects", "items": { "additionalProperties": false, "properties": { "custom_fields": { "additionalProperties": {}, "description": "Custom field values", "type": "object" }, "email": { "description": "Contact email address", "type": "string" }, "first_name": { "description": "First name", "type": "string" }, "last_name": { "description": "Last name", "type": "string" } }, "required": [ "email" ], "type": "object" }, "type": "array" }, "list_ids": { "description": "Array of list IDs to add the contact to", "items": { "type": "string" }, "type": "array" } }, "required": [ "contacts", "list_ids" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deyikong/sendgrid-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server