Skip to main content
Glama

HubSpot MCP Server

emails_create

Create new email records in HubSpot CRM with subject, content, sender/recipient details, and status tracking for organized communication management.

Instructions

Create a new email record

Input Schema

NameRequiredDescriptionDefault
propertiesYes
associationsNo

Input Schema (JSON Schema)

{ "properties": { "associations": { "items": { "additionalProperties": false, "properties": { "to": { "additionalProperties": false, "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" }, "types": { "items": { "additionalProperties": false, "properties": { "associationCategory": { "type": "string" }, "associationTypeId": { "type": "number" } }, "required": [ "associationCategory", "associationTypeId" ], "type": "object" }, "type": "array" } }, "required": [ "to", "types" ], "type": "object" }, "type": "array" }, "properties": { "additionalProperties": {}, "properties": { "hs_email_bcc": { "items": { "format": "email", "type": "string" }, "type": "array" }, "hs_email_cc": { "items": { "format": "email", "type": "string" }, "type": "array" }, "hs_email_direction": { "enum": [ "INBOUND", "OUTBOUND" ], "type": "string" }, "hs_email_from_email": { "format": "email", "type": "string" }, "hs_email_from_firstname": { "type": "string" }, "hs_email_from_lastname": { "type": "string" }, "hs_email_headers": { "additionalProperties": { "type": "string" }, "type": "object" }, "hs_email_html": { "type": "string" }, "hs_email_status": { "enum": [ "SENT", "DRAFT", "SCHEDULED" ], "type": "string" }, "hs_email_subject": { "type": "string" }, "hs_email_text": { "type": "string" }, "hs_email_to_email": { "format": "email", "type": "string" }, "hs_email_to_firstname": { "type": "string" }, "hs_email_to_lastname": { "type": "string" }, "hs_timestamp": { "type": "string" }, "hubspot_owner_id": { "type": "string" } }, "required": [ "hs_email_subject", "hs_email_text", "hs_email_from_email", "hs_email_to_email" ], "type": "object" } }, "required": [ "properties" ], "type": "object" }

Other Tools from HubSpot MCP Server

Related Tools

    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/amanagarwal13/hubspot-mcp-shinzo'

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