MMIO icon

MMIO

Marketing Master IO API

Actions17

Overview

This node operation removes a tag from a subscriber in the Messenger resource. It is useful for managing subscriber tags, such as organizing or segmenting subscribers by removing specific tags that are no longer relevant or needed. For example, if a subscriber was tagged for a particular campaign or interest and that tag needs to be removed after the campaign ends, this operation facilitates that action.

Use Case Examples

  1. Removing a promotional tag from a subscriber after a campaign ends.
  2. Cleaning up subscriber tags to maintain accurate segmentation.

Properties

Name Meaning
Category Specifies the category of the Messenger resource to manage, here it is set to 'Subscribers' for tag management.
Subscriber ID The unique identifier of the subscriber from whom the tag will be removed.
Tag The ID or label of the tag to be removed from the subscriber.

Output

JSON

  • result - The response from the API after attempting to remove the tag, typically confirming success or failure.

Dependencies

  • Requires an API key credential for the Marketing Master IO API to authenticate requests.

Troubleshooting

  • Common issues include providing an invalid subscriber ID or tag ID, which will result in errors from the API indicating the subscriber or tag was not found.
  • Errors may also occur if the API key credential is missing or invalid, causing authentication failures.
  • Ensure the category is set correctly to 'Subscribers' when performing tag removal operations.

Links

Discussion