Sendfox
sendfoxSendfox is an affordable email marketing platform for content creators. Manage contacts, create email campaigns, automate sequences, and grow your audience.
Acciones disponibles (12)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Delete Contact from ListSENDFOX_DELETE_CONTACT_FROM_LISTAcciónTool 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.
SENDFOX_DELETE_CONTACT_FROM_LISTAcciónTool 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.
Parámetros de entrada
list_idintegerObligatorioID of the list to remove the contact from
contact_idintegerObligatorioID of the contact to remove from the list
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get AutomationsSENDFOX_GET_AUTOMATIONSAcciónTool to retrieve a list of automations. use when you need to list all automations for your sendfox account.
SENDFOX_GET_AUTOMATIONSAcciónTool to retrieve a list of automations. use when you need to list all automations for your sendfox account.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CampaignsSENDFOX_GET_CAMPAIGNSAcciónTool 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_CAMPAIGNSAcciónTool 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.".
Parámetros de entrada
pageintegerPage number of the results to fetch. Minimum value is 1. Defaults to API default if not provided.
limitintegerNumber of results per page. Max is 100. Defaults to API default if not provided.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve Contact by EmailSENDFOX_GET_CONTACT_BY_EMAILAcciónTool to retrieve a contact by their email address. use when you need to fetch an existing contact’s details by providing their email.
SENDFOX_GET_CONTACT_BY_EMAILAcciónTool to retrieve a contact by their email address. use when you need to fetch an existing contact’s details by providing their email.
Parámetros de entrada
emailanyObligatorioemailEmail address of the contact to search for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contact by IDSENDFOX_GET_CONTACT_BY_IDAcciónTool to retrieve a contact's details by id. use after obtaining the contact id to get full contact information.
SENDFOX_GET_CONTACT_BY_IDAcciónTool to retrieve a contact's details by id. use after obtaining the contact id to get full contact information.
Parámetros de entrada
contact_idintegerObligatorioUnique identifier of the contact to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contact FieldsSENDFOX_GET_CONTACT_FIELDSAcciónTool 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_CONTACT_FIELDSAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ContactsSENDFOX_GET_CONTACTSAcciónTool to retrieve a paginated list of contacts. use when you need to fetch contacts in pages, optionally filtering by email.
SENDFOX_GET_CONTACTSAcciónTool to retrieve a paginated list of contacts. use when you need to fetch contacts in pages, optionally filtering by email.
Parámetros de entrada
emailstringFilter contacts by email address.
limitintegerNumber of records per page (max 100).
offsetintegerRecord offset for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get List by IDSENDFOX_GET_LIST_BY_IDAcciónTool to retrieve a specific contact list by its id. use when you have a list id and need its details before performing list operations.
SENDFOX_GET_LIST_BY_IDAcciónTool to retrieve a specific contact list by its id. use when you have a list id and need its details before performing list operations.
Parámetros de entrada
list_idintegerObligatorioUnique identifier of the contact list to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ListsSENDFOX_GET_LISTSAcciónTool to retrieve paginated contact lists. use when you need to fetch all your sendfox lists.
SENDFOX_GET_LISTSAcciónTool to retrieve paginated contact lists. use when you need to fetch all your sendfox lists.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Unsubscribe ContactSENDFOX_PATCH_UNSUBSCRIBE_CONTACTAcciónTool to unsubscribe a contact. use when you need to globally mark a contact as unsubscribed.
SENDFOX_PATCH_UNSUBSCRIBE_CONTACTAcciónTool to unsubscribe a contact. use when you need to globally mark a contact as unsubscribed.
Parámetros de entrada
emailanyObligatorioemailEmail address of the contact to unsubscribe
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ContactSENDFOX_POST_CREATE_CONTACTAcciónTool to create a new contact. use when you need to add a new subscriber to sendfox.
SENDFOX_POST_CREATE_CONTACTAcciónTool to create a new contact. use when you need to add a new subscriber to sendfox.
Parámetros de entrada
emailstringObligatorioEmail address of the contact to create.
listsinteger[]List IDs to add the contact to.
last_namestringLast name of the contact.
first_namestringFirst name of the contact.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ListSENDFOX_POST_CREATE_LISTAcciónTool 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'.
SENDFOX_POST_CREATE_LISTAcciónTool 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'.
Parámetros de entrada
namestringObligatorioName of the contact list to create
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not