EmailOctopus
emailoctopusEmailOctopus is an email marketing platform founded in 2015, offering affordable and intuitive solutions for individuals and businesses to connect with their subscribers.
Acciones disponibles (7)
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.
Create ContactEMAILOCTOPUS_CREATE_CONTACTAcciónThis tool creates a new contact in emailoctopus. the tool will add a contact to a specified list with the provided information.
EMAILOCTOPUS_CREATE_CONTACTAcciónThis tool creates a new contact in emailoctopus. the tool will add a contact to a specified list with the provided information.
Parámetros de entrada
tagsstring[]An array of tags to add to the contact
fieldsobjectAn object containing key/value pairs of field values, using the field's tag as the key
statusstringThe initial status of the contact: SUBSCRIBED, UNSUBSCRIBED or PENDING
list_idstringObligatorioThe ID of the list to add the contact to
email_addressstringObligatorioemailThe email address 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 ListEMAILOCTOPUS_CREATE_LISTAcciónThis tool creates a new mailing list in emailoctopus. it allows users to create a new list where contacts can be added and managed.
EMAILOCTOPUS_CREATE_LISTAcciónThis tool creates a new mailing list in emailoctopus. it allows users to create a new list where contacts can be added and managed.
Parámetros de entrada
namestringObligatorioThe name of the new mailing 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
Delete ContactEMAILOCTOPUS_DELETE_CONTACTAcciónThis tool allows you to delete a contact from a specified list in emailoctopus. it uses the delete /api/1.6/lists/{list id}/contacts/{contact id} endpoint to permanently remove the contact from the list. this action is irreversible and is essential for list management and data privacy compliance.
EMAILOCTOPUS_DELETE_CONTACTAcciónThis tool allows you to delete a contact from a specified list in emailoctopus. it uses the delete /api/1.6/lists/{list id}/contacts/{contact id} endpoint to permanently remove the contact from the list. this action is irreversible and is essential for list management and data privacy compliance.
Parámetros de entrada
list_idstringObligatorioThe ID of the list containing the contact to be deleted
contact_idstringObligatorioThe ID of the contact to delete, or an MD5 hash of the lowercase version of the contact's email address
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
Delete ListEMAILOCTOPUS_DELETE_LISTAcciónThis tool allows you to delete an existing mailing list from your emailoctopus account. once a list is deleted, it cannot be recovered, and all contacts within the list will be permanently removed. note: lists can only be deleted if no contacts within the list have received an email in the last 7 days.
EMAILOCTOPUS_DELETE_LISTAcciónThis tool allows you to delete an existing mailing list from your emailoctopus account. once a list is deleted, it cannot be recovered, and all contacts within the list will be permanently removed. note: lists can only be deleted if no contacts within the list have received an email in the last 7 days.
Parámetros de entrada
list_idstringObligatorioThe unique identifier of the list to be deleted
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 All ListsEMAILOCTOPUS_GET_ALL_LISTSAcciónThis tool retrieves all the mailing lists associated with the emailoctopus account.
EMAILOCTOPUS_GET_ALL_LISTSAcciónThis tool retrieves all the mailing lists associated with the emailoctopus account.
Parámetros de entrada
pageintegerPage number for pagination
limitintegerNumber of records to return per page (max 100)
Parámetros de salida
dataobject[]ObligatorioArray containing details of each list
errorstringError if any occurred during the execution of the action
pagingobjectObligatorioObject containing pagination links
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Recent CampaignsEMAILOCTOPUS_GET_RECENT_CAMPAIGNSAcciónThis tool retrieves a list of recent campaigns from the emailoctopus account. it uses the get endpoint at https://emailoctopus.com/api/1.6/campaigns and allows filtering by parameters like limit and page.
EMAILOCTOPUS_GET_RECENT_CAMPAIGNSAcciónThis tool retrieves a list of recent campaigns from the emailoctopus account. it uses the get endpoint at https://emailoctopus.com/api/1.6/campaigns and allows filtering by parameters like limit and page.
Parámetros de entrada
pageintegerPage number to retrieve (default is 1)
limitintegerNumber of records to return per page (default is 100)
Parámetros de salida
dataobject[]ObligatorioList of campaigns
errorstringError if any occurred during the execution of the action
pagingobjectObligatorioPaging information including current page and total pages
successfulbooleanObligatorioWhether or not the action execution was successful or not
Unsubscribe ContactEMAILOCTOPUS_UNSUBSCRIBE_CONTACTAcciónThis tool unsubscribes a contact from an emailoctopus list. it takes an email address as input, retrieves the contact's details using the find contact functionality, and unsubscribes the contact from the associated list.
EMAILOCTOPUS_UNSUBSCRIBE_CONTACTAcciónThis tool unsubscribes a contact from an emailoctopus list. it takes an email address as input, retrieves the contact's details using the find contact functionality, and unsubscribes the contact from the associated list.
Parámetros de entrada
emailstringObligatorioemailThe email address of the contact to unsubscribe
list_idstringObligatorioThe ID of the list containing 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