Skip to main content
Glama

create_email_message_by_user_id

Create and send personalized email messages to specific users by their ID within the Eduframe platform, using customizable templates with dynamic tags.

Instructions

Create and send an email message to a user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYesID of the email
fromYesFrom field of the email. The default is the educator reply to email. It is possible to use tags delimited by two pairs of curly braces, i.e. `{{educator.reply_to}}`.
subjectYesSubject line of the email. It is possible to use tags delimited by two pairs of curly braces, i.e. `{{user.full_name}}`.
bodyYesBody field of the email, allowing HTML format. It is possible to use tags delimited by two pairs of curly braces, i.e. `{{user.full_name}}`. Since this is JSON it does not accept `"` characters and multi-line strings. The body must be properly escaped before sending. This can be done automatically or manually. Example tool: https://www.freeformatter.com/json-escape.html#before-output
Install Server

Other Tools

Latest Blog Posts

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/martijnpieters/eduframe-mcp'

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