Actions17
Overview
This node interacts with the Marketing Master IO (MMIO) API to manage Messenger-related user data, specifically allowing the removal of user data such as subscriber information, custom variables, flows, sending data, and chat sequences. It is useful for scenarios where you need to delete or clean up user-specific data within a Messenger integration, for example, removing a subscriber's custom variable or deleting user data associated with chat sequences.
Use Case Examples
- Removing a subscriber's custom variable by specifying the subscriber ID and variable key.
- Deleting user data related to chat sequences for a specific user.
Properties
| Name | Meaning |
|---|---|
| Category | Specifies the category of Messenger data to manage, such as Subscribers, Custom Variables, Flows, Sending, or Chat Sequences. |
| Subscriber ID | The unique identifier of the subscriber whose data is being managed. Required when managing subscriber-related operations. |
| Variable Key | The key of the variable to be removed or managed within the subscriber's data. Required for user data operations involving variables. |
Output
JSON
result- The response from the MMIO API after attempting to remove user data, indicating success or failure and any relevant details.
Dependencies
- Marketing Master IO API (MMIO API)
Troubleshooting
- Ensure that the subscriber ID and variable key are correctly specified when removing user data to avoid errors.
- Check API authentication credentials as the node requires valid API key credentials to communicate with the MMIO API.
- If the node fails with an error message related to permissions, verify that the API key has the necessary rights to modify or remove Messenger user data.
Links
- Marketing Master IO API Documentation - Official API documentation for the Marketing Master IO platform, useful for understanding available endpoints and data structures.