← Tools Reference

SendFox

SendFox integration (Communication, Marketing). Imported from open-connector.

API key14 toolshttps://api.sendfox.com
GET
sendfox_list_contacts
List SendFox contacts with optional search, email, and unsubscribe filters.

/contacts

4 parameters
ParamTypeRequiredDescription
querystringoptionalSearch query for filtering contacts.
pageintegeroptionalPage number to request from SendFox.
unsubscribedbooleanoptionalWhether to filter for unsubscribed contacts.
emailstringoptionalSpecific contact email address to filter by.
POST
sendfox_create_contact
Create a SendFox contact and optionally attach it to lists with custom contact fields.

/contacts

6 parameters
ParamTypeRequiredDescription
emailstringrequiredContact email address.
first_namestringoptionalContact first name.
last_namestringoptionalContact last name.
ip_addressstringoptionalIP address associated with the contact.
listsarrayoptionalSendFox list IDs to add the contact to.
contact_fieldsarrayoptionalCustom contact field values to store on the contact.
GET
sendfox_get_contact
Get a SendFox contact by ID.

/contacts/{contact_id}

1 parameter
ParamTypeRequiredDescription
contact_idintegerrequiredSendFox contact ID.
PATCH
sendfox_update_contact
Update a SendFox contact's name, list memberships, or custom field values.

/contacts/{contactId}

6 parameters
ParamTypeRequiredDescription
contact_idintegerrequiredSendFox contact ID.
first_namestringoptionalUpdated contact first name.
last_namestringoptionalUpdated contact last name.
listsarrayoptionalSendFox list IDs that replace the contact's current memberships.
contact_fieldsarrayoptionalCustom contact field values to update on the contact.
contactIdstringrequiredPath parameter: contactId
DELETE
sendfox_delete_contact
Soft-delete a SendFox contact and cancel any scheduled deliverables.

/contacts/{contact_id}

1 parameter
ParamTypeRequiredDescription
contact_idintegerrequiredSendFox contact ID.
PATCH
sendfox_unsubscribe_contact
Unsubscribe a SendFox contact by email address.

/unsubscribe

1 parameter
ParamTypeRequiredDescription
emailstringoptionalContact email address to unsubscribe.
GET
sendfox_list_contact_lists
List SendFox contact lists with optional search filtering.

/lists

2 parameters
ParamTypeRequiredDescription
querystringoptionalSearch query for filtering contact lists.
pageintegeroptionalPage number to request from SendFox.
POST
sendfox_create_contact_list
Create a SendFox contact list.

/lists

1 parameter
ParamTypeRequiredDescription
namestringoptionalContact list name.
GET
sendfox_get_contact_list
Get a SendFox contact list by ID.

/lists/{list_id}

1 parameter
ParamTypeRequiredDescription
list_idintegerrequiredSendFox list ID.
PATCH
sendfox_update_contact_list
Update a SendFox contact list name.

/lists/{list_id}

2 parameters
ParamTypeRequiredDescription
list_idintegerrequiredSendFox list ID.
namestringoptionalUpdated contact list name.
DELETE
sendfox_delete_contact_list
Soft-delete a SendFox contact list when it is not used by dependent resources.

/lists/{list_id}

1 parameter
ParamTypeRequiredDescription
list_idintegerrequiredSendFox list ID.
GET
sendfox_list_contacts_in_list
List contacts in a SendFox contact list with optional search filtering.

/contacts

3 parameters
ParamTypeRequiredDescription
list_idintegerrequiredSendFox list ID.
querystringoptionalSearch query for filtering contacts in the list.
pageintegeroptionalPage number to request from SendFox.
POST
sendfox_add_contact_to_list
Add an existing SendFox contact to a contact list.

/lists/{listId}/contacts

3 parameters
ParamTypeRequiredDescription
list_idintegeroptionalSendFox list ID.
contact_idintegeroptionalSendFox contact ID.
listIdstringrequiredPath parameter: listId
DELETE
sendfox_remove_contact_from_list
Remove a SendFox contact from a contact list.

/lists/{listId}/contacts/{contactId}

4 parameters
ParamTypeRequiredDescription
list_idintegeroptionalSendFox list ID.
contact_idintegeroptionalSendFox contact ID.
listIdstringrequiredPath parameter: listId
contactIdstringrequiredPath parameter: contactId