Campayn

Campayn

Campayn is an email marketing platform that allows users to create, send, and manage email campaigns.

50VIEWS
2802USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app campaynnpx @composio/cli add cursor --app campaynnpx @composio/cli add cursor --app campaynnpx @composio/cli add cursor --app campayn

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Contact

Tool to create a new contact in a specific list. use when you need to add a contact after gathering details.

Delete Contact

Tool to delete a specific contact. use when you need to remove a contact permanently after confirming it should be deleted. example: "delete contact 123".

Delete List

Tool to delete a specific contact list. use when cleaning up unused lists after confirming they are no longer needed. example: "delete list 123".

Delete Webform

Tool to delete a specific webform. use when removing outdated or unnecessary webforms after confirming they are no longer needed. example: "delete webform 123".

Get Contact

Tool to retrieve a specific contact by id. use when you need to fetch full contact details after confirming the contact id.

Get Contacts

Tool to retrieve all contacts in a specified list. use when you need to fetch list contacts after confirming list id.

Get List

Tool to retrieve a specific contact list by id. use when you need to fetch list details like name, tags, and contact count after knowing the list id.

Get Lists

Tool to retrieve all contact lists. use when you need to fetch available lists before performing list-specific actions. example prompt: "list all my contact lists".

Get Message

Tool to retrieve details of a specific message by id. use when you need to fetch full message details after confirming the message id.

Get Messages

Tool to retrieve all email messages. use when you need to list all messages visible to the authenticated user.

Get Reports

Tool to retrieve report urls and metadata for sent and scheduled emails. use when you need to fetch email delivery data, optionally filtered by a date range (unix timestamp in seconds, utc). note: scheduled emails will have report url set to null.

Get Webform

Tool to retrieve details of a specific webform by id. use after confirming the webform id when you need to fetch form details like title, type, html, and signup count. example: "get webform 1550".

Get Webforms

Tool to retrieve all webforms for a specific contact list. use when you need to list forms after confirming the list id. example prompt: "list all webforms in list 123".

Update List

Tool to update a contact list. use after confirming list id and desired changes. example: update list 123 name to 'newsletter subscribers'.

14 actions available