Skip to main content
Glama

Mailmodo

Official
by mailmodo

sendEmailToCampaign

Trigger personalized email campaigns using a specific campaign ID and recipient email. Override subject, sender details, or reply-to address, and add dynamic personalization parameters.

Instructions

Trigger and email for email campaign trigger with personalization parameter added to the email template.

Input Schema

NameRequiredDescriptionDefault
addToListNoOptional: List ID to which the contact should be added as part of triggering the campaign.
campaignIdYesCamapign id of the campaign to be triggered
campaign_dataNoOptional: Transient personalization parameters, not stored in the contact profile.
dataNoOptional: Personalization parameters saved to the contact's profile.
emailYesEmail address of the contact to whom you want to send the email. This is required.
fromNameNoOptional: Overrides the sender name for the campaign.
replyToNoOptional: Overrides the default reply-to email address for the campaign.
subjectNoOptional: Overrides the default subject line provided when creating the campaign.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "addToList": { "description": "Optional: List ID to which the contact should be added as part of triggering the campaign.", "type": "string" }, "campaignId": { "description": "Camapign id of the campaign to be triggered", "type": "string" }, "campaign_data": { "additionalProperties": { "type": "string" }, "description": "Optional: Transient personalization parameters, not stored in the contact profile.", "type": "object" }, "data": { "additionalProperties": { "type": "string" }, "description": "Optional: Personalization parameters saved to the contact's profile.", "type": "object" }, "email": { "description": "Email address of the contact to whom you want to send the email. This is required.", "format": "email", "type": "string" }, "fromName": { "description": "Optional: Overrides the sender name for the campaign.", "type": "string" }, "replyTo": { "description": "Optional: Overrides the default reply-to email address for the campaign.", "type": "string" }, "subject": { "description": "Optional: Overrides the default subject line provided when creating the campaign.", "type": "string" } }, "required": [ "campaignId", "email" ], "type": "object" }

You must be authenticated.

Other Tools from Mailmodo

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/mailmodo/mailmodo-mcp'

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