NAiOS IconNAiOS Logo
Volver al catálogo

EmailOctopus

emailoctopus

EmailOctopus is an email marketing platform founded in 2015, offering affordable and intuitive solutions for individuals and businesses to connect with their subscribers.

Acciones
7
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

This 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

  • fieldsobject

    An object containing key/value pairs of field values, using the field's tag as the key

  • statusstring

    The initial status of the contact: SUBSCRIBED, UNSUBSCRIBED or PENDING

  • list_idstringObligatorio

    The ID of the list to add the contact to

  • email_addressstringObligatorioemail

    The email address of the contact

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ListEMAILOCTOPUS_CREATE_LISTAcción

This 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

  • namestringObligatorio

    The name of the new mailing list

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ContactEMAILOCTOPUS_DELETE_CONTACTAcción

This 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_idstringObligatorio

    The ID of the list containing the contact to be deleted

  • contact_idstringObligatorio

    The ID of the contact to delete, or an MD5 hash of the lowercase version of the contact's email address

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ListEMAILOCTOPUS_DELETE_LISTAcción

This 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_idstringObligatorio

    The unique identifier of the list to be deleted

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All ListsEMAILOCTOPUS_GET_ALL_LISTSAcción

This tool retrieves all the mailing lists associated with the emailoctopus account.

Parámetros de entrada

  • pageinteger

    Page number for pagination

  • limitinteger

    Number of records to return per page (max 100)

Parámetros de salida

  • dataobject[]Obligatorio

    Array containing details of each list

  • errorstring

    Error if any occurred during the execution of the action

  • pagingobjectObligatorio

    Object containing pagination links

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Recent CampaignsEMAILOCTOPUS_GET_RECENT_CAMPAIGNSAcción

This 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

  • pageinteger

    Page number to retrieve (default is 1)

  • limitinteger

    Number of records to return per page (default is 100)

Parámetros de salida

  • dataobject[]Obligatorio

    List of campaigns

  • errorstring

    Error if any occurred during the execution of the action

  • pagingobjectObligatorio

    Paging information including current page and total pages

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Unsubscribe ContactEMAILOCTOPUS_UNSUBSCRIBE_CONTACTAcción

This 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

  • emailstringObligatorioemail

    The email address of the contact to unsubscribe

  • list_idstringObligatorio

    The ID of the list containing the contact

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not