Skip to main content
Glama

Sitecore Send

send_transactional_email

Send personalized emails to recipients using Sitecore Send's transactional email service. Define recipient, subject, and HTML body for targeted communication.

Instructions

Send an email using transactional email service

Input Schema

NameRequiredDescriptionDefault
bodyYesHTML body of the email
subjectYesSubject of the email
toYesEmail of the recipient

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "description": "HTML body of the email", "type": "string" }, "subject": { "description": "Subject of the email", "type": "string" }, "to": { "description": "Email of the recipient", "format": "email", "type": "string" } }, "required": [ "to", "subject", "body" ], "type": "object" }

You must be authenticated.

Other Tools from Sitecore Send

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/izharikov/send-mcp'

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