MMIO icon

MMIO

Marketing Master IO API

Actions17

Overview

This node integrates with the Marketing Master IO (MMIO) API to manage Messenger subscribers by adding tags to them. It is useful for categorizing or segmenting subscribers based on tags, which can help in targeted messaging or organizing subscriber data. For example, a user can add a tag to a subscriber to indicate their interest or status, enabling personalized communication workflows.

Use Case Examples

  1. Add a tag to a subscriber to mark them as a VIP customer.
  2. Tag subscribers who have completed a specific action in a chat sequence for follow-up messaging.

Properties

Name Meaning
Category Select the category of the Messenger resource to manage, such as Subscribers, Custom Variables, Flows, Sending, or Chat Sequences. For adding tags, the category must be 'Subscribers'.
Subscriber ID The unique identifier of the subscriber to whom the tag will be added. Required when the category is 'Subscribers' and the operation is 'Add Tag'.
Tag The ID or label of the tag to add to the subscriber. Required for the 'Add Tag' operation under the 'Subscribers' category.

Output

JSON

  • subscriber_id - The ID of the subscriber to whom the tag was added.
  • tag - The tag ID or label that was added to the subscriber.
  • status - The result status of the add tag operation, indicating success or failure.

Dependencies

  • Marketing Master IO API (MMIO)

Troubleshooting

  • Ensure the subscriber ID is valid and exists in the system; otherwise, the add tag operation will fail.
  • Verify that the tag ID or label is correct and available in the system to avoid errors.
  • Check API credentials and permissions to ensure the node can perform the add tag operation on the subscriber resource.
  • Common error messages may include authentication failures, invalid subscriber ID, or invalid tag ID. Resolving these typically involves verifying credentials, subscriber existence, and tag validity.

Links

Discussion