Sendfox
Sendfox is an affordable email marketing platform for content creators. Manage contacts, create email campaigns, automate sequences, and grow your audience.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Sendfox authenticates with an API key. Generate the credential in your Sendfox account, then paste it into FlyMyAI the first time an agent uses a Sendfox action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Personal Access Token | Your Sendfox Personal Access Token. Create one at https://sendfox.com/account/oauth (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
SENDFOX_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. | list_id, contact_id |
SENDFOX_GET_AUTOMATIONS | Tool to retrieve a list of automations. use when you need to list all automations for your sendfox account. | - |
SENDFOX_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.". | - |
SENDFOX_GET_CONTACTS | Tool to retrieve a paginated list of contacts. use when you need to fetch contacts in pages, optionally filtering by email. | - |
SENDFOX_GET_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. | email |
SENDFOX_GET_CONTACT_BY_ID | Tool to retrieve a contact's details by id. use after obtaining the contact id to get full contact information. | contact_id |
SENDFOX_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. | - |
SENDFOX_GET_LISTS | Tool to retrieve paginated contact lists. use when you need to fetch all your sendfox lists. | - |
SENDFOX_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. | list_id |
SENDFOX_PATCH_UNSUBSCRIBE_CONTACT | Tool to unsubscribe a contact. use when you need to globally mark a contact as unsubscribed. | email |
SENDFOX_POST_CREATE_CONTACT | Tool to create a new contact. use when you need to add a new subscriber to sendfox. | email |
SENDFOX_POST_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'. | name |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Sendfox!