Mailercloud
mailercloudPowerful and simple all-in-one email marketing platform providing effective solutions for rapid business growth.
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ónTool 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.
MAILERCLOUD_CREATE_LISTAcciónTool 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
namestringObligatorioName of the list to create. This is the display name that will be used to identify the list.
list_typeintegerObligatorioType of list to create. Use 1 for Subscription 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
Create custom propertyMAILERCLOUD_CREATE_PROPERTYAcciónCreate a custom property for contacts in Mailercloud. Custom properties store specific information for contact records. Maximum of 100 properties allowed per account.
MAILERCLOUD_CREATE_PROPERTYAcciónCreate 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
namestringObligatorioName of the custom property to create. This will be used to identify the property when storing contact information.
typestringObligatorioType 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.
descriptionstringOptional description of the custom property. Helps document the purpose and usage of the property.
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 Contact PropertyMAILERCLOUD_DELETE_PROPERTYAcciónTool to delete a custom contact property by ID. Use when removing unused custom fields from contacts. Cannot delete properties used in webforms.
MAILERCLOUD_DELETE_PROPERTYAcciónTool 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_idstringObligatorioUnique identifier of the custom property to delete. WARNING: You cannot delete a property if it is used in a webform.
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 Client PlanMAILERCLOUD_GET_CLIENT_PLANAcciónTool to retrieve client plan information from Mailercloud. Use when you need to check the current subscription status, plan details, or verify API connectivity.
MAILERCLOUD_GET_CLIENT_PLANAcciónTool 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
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
Search Contacts in ListMAILERCLOUD_SEARCH_CONTACTSAcciónTool to retrieve contacts in a specific list with pagination. Use when you need to list or search contacts within a known list ID.
MAILERCLOUD_SEARCH_CONTACTSAcciónTool 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
pageintegerObligatorioPage number for pagination (must be at least 1)
limitintegerObligatorioNumber of records per page (1-100)
list_idstringObligatorioID of the list to search contacts in
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
Update Contact PropertyMAILERCLOUD_UPDATE_PROPERTYAcciónTool 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.
MAILERCLOUD_UPDATE_PROPERTYAcciónTool 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
namestringNew name for the custom property. If not provided, the current name will be retained.
descriptionstringNew description for the custom property. If not provided, the current description will be retained.
property_idstringObligatorioThe ID of the property to update. Use MAILERCLOUD_LIST_PROPERTY to find available property IDs.
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