Actions17
Overview
This node operation updates contact information within a specified category in a marketing system. It supports updating contacts in Contact Lists or Contact Books by providing the contact ID or book ID along with the updated JSON data. This is useful for maintaining accurate and current contact details, such as names, emails, subscription status, and associated tags or books.
Use Case Examples
- Updating a contact's email and subscription status in a Contact List by specifying the contact ID and providing the new JSON data.
- Modifying the name of a Contact Book by specifying the book ID and the updated JSON data.
Properties
| Name | Meaning |
|---|---|
| Category | Specifies the category of contacts to update, such as Contact Lists, Contact Books, or Contact Tags. |
| Contact ID | The unique identifier of the contact to update, required when updating contacts in Contact Lists. |
| Contact JSON Data | The JSON data representing the updated contact information, required for updating contacts in Contact Lists and Contact Books. |
| Book ID | The unique identifier of the contact book to update, required when updating Contact Books. |
Output
JSON
id- The unique identifier of the updated contact or contact book.status- The status of the update operation, indicating success or failure.message- Additional information or confirmation message about the update operation.
Dependencies
- An API key credential for authenticating requests to the Marketing Master IO API.
Troubleshooting
- Ensure the correct category is selected to match the type of contact data being updated (list or books).
- Verify that the contact ID or book ID provided exists and is valid to avoid errors.
- Make sure the JSON data is correctly formatted and includes all required fields for the update.
- Check API authentication credentials if requests fail due to authorization errors.