Actions17
Overview
This node interacts with the Contacts resource of the Marketing Master IO API, specifically supporting the 'Get' operation. It allows users to retrieve detailed information about contacts categorized into Contact Lists, Contact Books, or Contact Tags. This is useful for scenarios where you need to fetch specific contact details for marketing, segmentation, or data management purposes. For example, you can get details of a particular contact in a contact list by providing the contact ID, or retrieve information about a specific contact book or tag by their respective IDs.
Use Case Examples
- Retrieve details of a contact in a contact list by specifying the contact ID and category as 'Contact Lists'.
- Fetch information about a specific contact book by providing the book ID and setting the category to 'Contact Books'.
- Get details of a contact tag by specifying the tag ID and selecting the category 'Contact Tags'.
Properties
| Name | Meaning |
|---|---|
| Category | Specifies the category of contacts to manage or retrieve, such as Contact Lists, Contact Books, or Contact Tags. |
| Contact ID | The unique identifier of the contact to retrieve, required when the category is Contact Lists and the operation is get, update, or delete. |
| Book ID | The unique identifier of the contact book to retrieve, required when the category is Contact Books and the operation is get, update, or delete. |
| Tag ID | The unique identifier of the contact tag to retrieve, required when the category is Contact Tags and the operation is get or delete. |
Output
JSON
id- The unique identifier of the contact, book, or tag retrieved.name- The name associated with the contact, book, or tag.details- Additional details or metadata related to the contact, book, or tag.
Dependencies
- Marketing Master IO API with an API key credential
Troubleshooting
- Ensure the correct category is selected to match the type of contact data you want to retrieve (list, books, or tags).
- Verify that the required ID (contact_id, book_id, or tag_id) is provided and valid for the selected category and operation.
- Common error messages may include 'Resource not found' if the ID does not exist, or 'Unauthorized' if the API key credential is invalid or missing. Check API credentials and permissions.