NAiOS IconNAiOS Logo
Volver al catálogo

Mailercloud

mailercloud

Powerful and simple all-in-one email marketing platform providing effective solutions for rapid business growth.

Acciones
6
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 (6)

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

Tool to create a new recipient list in Mailercloud for storing and managing contacts. Use when you need to create a new mailing list for organizing contacts.

Parámetros de entrada

  • namestringObligatorio

    Name of the list to create. This is the display name that will be used to identify the list.

  • list_typeintegerObligatorio

    Type of list to create. Use 1 for Subscription 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

Create custom propertyMAILERCLOUD_CREATE_PROPERTYAcción

Create a custom property for contacts in Mailercloud. Custom properties store specific information for contact records. Maximum of 100 properties allowed per account.

Parámetros de entrada

  • namestringObligatorio

    Name of the custom property to create. This will be used to identify the property when storing contact information.

  • typestringObligatorio

    Type of the custom property. Defines the kind of data that can be stored in this property. Common types include 'text' for string values, 'number' for numeric values, and 'date' for date values.

  • descriptionstring

    Optional description of the custom property. Helps document the purpose and usage of the property.

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

Tool to delete a custom contact property by ID. Use when removing unused custom fields from contacts. Cannot delete properties used in webforms.

Parámetros de entrada

  • property_idstringObligatorio

    Unique identifier of the custom property to delete. WARNING: You cannot delete a property if it is used in a webform.

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

Tool to retrieve client plan information from Mailercloud. Use when you need to check the current subscription status, plan details, or verify API connectivity.

Parámetros de entrada

Sin parámetros.

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

Search Contacts in ListMAILERCLOUD_SEARCH_CONTACTSAcción

Tool to retrieve contacts in a specific list with pagination. Use when you need to list or search contacts within a known list ID.

Parámetros de entrada

  • pageintegerObligatorio

    Page number for pagination (must be at least 1)

  • limitintegerObligatorio

    Number of records per page (1-100)

  • list_idstringObligatorio

    ID of the list to search contacts in

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

Update Contact PropertyMAILERCLOUD_UPDATE_PROPERTYAcción

Tool to update a custom property of contacts in Mailercloud. Use when you need to modify the name or description of an existing custom property. Note: Editing custom property type using this API is not possible - you can only edit the name and description.

Parámetros de entrada

  • namestring

    New name for the custom property. If not provided, the current name will be retained.

  • descriptionstring

    New description for the custom property. If not provided, the current description will be retained.

  • property_idstringObligatorio

    The ID of the property to update. Use MAILERCLOUD_LIST_PROPERTY to find available property IDs.

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