Skip to main content
Glama

Mailmodo

Official
by mailmodo

sendEvent

Track and send custom email events with specific details like event name and properties using Mailmodo. Enhance user engagement and data collection.

Instructions

Send custom events with email, event name and event properties

Input Schema

NameRequiredDescriptionDefault
emailYes
event_nameYes
event_propertiesNo
tsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "email": { "type": "string" }, "event_name": { "type": "string" }, "event_properties": { "additionalProperties": { "anyOf": [ { "type": "string" }, { "type": "number" }, { "type": "boolean" }, { "not": {} } ] }, "type": "object" }, "ts": { "type": "number" } }, "required": [ "email", "event_name" ], "type": "object" }

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