Actions17
Overview
This node interacts with the Marketing Master IO (MMIO) API to manage contacts, specifically to list different categories of contacts such as Contact Lists, Contact Books, and Contact Tags. It supports pagination and limiting the number of items returned, making it useful for workflows that need to retrieve and process contact data in a structured and controlled manner. For example, it can be used to fetch a list of contact tags for segmentation or to retrieve contact books for targeted marketing campaigns.
Use Case Examples
- List contact lists to display all available contact groups.
- Retrieve contact books with pagination to process contacts in batches.
- Fetch contact tags to apply filters or labels in marketing automation.
Properties
| Name | Meaning |
|---|---|
| Category | Specifies the category of contacts to list, such as Contact Lists, Contact Books, or Contact Tags. |
| Page | Pagination page number to retrieve a specific page of results. |
| Limit | Limits the number of items to show per page, defaulting to 20 if not specified. |
Output
JSON
id- Unique identifier of the contact item.name- Name of the contact list, book, or tag.description- Description or additional details about the contact item.createdAt- Timestamp when the contact item was created.updatedAt- Timestamp when the contact item was last updated.
Dependencies
- Marketing Master IO API
Troubleshooting
- Ensure the API credentials are correctly configured and valid to avoid authentication errors.
- Check that the 'Category' property is set correctly to one of the supported options to prevent invalid request errors.
- If pagination parameters ('Page' and 'Limit') are set incorrectly, the node may return empty or incomplete results; verify these values.
- Network issues or API downtime can cause request failures; retry or check API status if errors occur.