Actions17
Overview
This node interacts with the Marketing Master IO (MMIO) API to manage Messenger user data, specifically allowing the addition of user data to subscribers. It is useful for scenarios where you want to update or enrich subscriber profiles with custom information, such as adding tags, preferences, or other metadata. For example, you can add a custom variable to a subscriber to personalize messaging or track user behavior.
Use Case Examples
- Adding a custom variable to a subscriber to store their preferred language.
- Updating subscriber data with a new tag to segment users for targeted campaigns.
Properties
| Name | Meaning |
|---|---|
| Category | Specifies the category of Messenger data to manage, such as subscribers or custom variables. |
| Subscriber ID | The unique identifier of the subscriber to whom the user data will be added. |
| Variable Key | The key or name of the variable to add or update for the subscriber. |
| Value | The value of the user data to be added to the subscriber's profile. |
Output
JSON
subscriber_id- The ID of the subscriber to whom data was added.variable_key- The key of the variable that was added or updated.user_data- The value of the user data that was added.
Dependencies
- Marketing Master IO API (MMIO)
Troubleshooting
- Ensure the subscriber ID is valid and exists in the system to avoid errors when adding user data.
- Verify that the variable key and value are correctly formatted and not empty, as missing or invalid data may cause the operation to fail.
- Check API credentials and permissions to ensure the node can access and modify subscriber data.
- Common error messages may include authentication failures, invalid subscriber IDs, or permission denied errors. Resolving these typically involves verifying API keys, subscriber existence, and user permissions.
Links
- Marketing Master IO Messenger API Documentation - Official API documentation for managing Messenger data including subscribers and user data.