Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MAILMODO_API_KEY | Yes | Mailmodo API Key from https://manage.mailmodo.com/app/settings/apikey |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Mailmodo Templates | |
Mailmodo Campaigns | |
Mailmodo Contact Lists |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
userDetails | Tool to get all details of a contact |
MailmodoCampainReportTool | Tool to get the campaign reports for a particular campaign like open, click submission count etc |
currentDateTime | Get Current Date and time |
sendEvent | Send custom events with email, event name and event properties |
addContactToList | Add Contact to list |
addBulkContactToList | Add Many Contact to a list in single API |
unsubscribeContact | Unsubscribe or supress contact in mailmodo |
resubscribeContact | Resubscribe contact in mailmodo |
archiveContact | permanently archive contact in mailmodo |
removeContactFromList | Remove a particular contact from the contact list |
sendEmailToCampaign | Trigger and email for email campaign trigger with personalization parameter added to the email template. |
broadcastCampaignToList | The broadcast campaign API allows the user to trigger campaigns to the entire contact list using a single API request. |