Sendfox

Sendfox

Template description for sendfox

2VIEWS
2158USERS

Install MCP Server

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

npx @composio/cli add cursor --app sendfoxnpx @composio/cli add cursor --app sendfoxnpx @composio/cli add cursor --app sendfoxnpx @composio/cli add cursor --app sendfox

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

Available Tools

Delete Contact From List

Tool to remove a contact from a specific list in sendfox. use when you need to disassociate a contact by its id from a sendfox list.

Get Automations

Tool to retrieve a list of automations. use when you need to list all automations for your sendfox account.

Get Campaigns

Tool to retrieve a paginated list of campaigns. use when you need to fetch campaigns in batches or implement pagination. example: "fetch campaigns page 2 with 50 per page.".

Get Contacts

Tool to retrieve a paginated list of contacts. use when you need to fetch contacts in pages, optionally filtering by email.

Retrieve Contact By Email

Tool to retrieve a contact by their email address. use when you need to fetch an existing contact’s details by providing their email.

Get Contact By Id

Tool to retrieve a contact's details by id. use after obtaining the contact id to get full contact information.

Get Contact Fields

Tool to retrieve a list of user contact fields. use when you need to discover all contact field metadata before creating or updating contacts. use after authentication is complete.

Get Lists

Tool to retrieve paginated contact lists. use when you need to fetch all your sendfox lists.

Get List By Id

Tool to retrieve a specific contact list by its id. use when you have a list id and need its details before performing list operations.

Unsubscribe Contact

Tool to unsubscribe a contact. use when you need to globally mark a contact as unsubscribed.

Create Contact

Tool to create a new contact. use when you need to add a new subscriber to sendfox.

Create List

Tool to create a new contact list. use when you need to add a new list to your sendfox account. example: create a list named 'newsletter subscribers'.

12 actions available