MMIO icon

MMIO

Marketing Master IO API

Actions17

Overview

This node interacts with the Marketing Master IO (MMIO) API to retrieve data related to the Messenger resource, specifically supporting the 'Get' operation. It allows users to fetch detailed information about various Messenger categories such as Subscribers, Custom Variables, Flows, Sending, and Chat Sequences. This node is useful for managing and retrieving specific Messenger-related data, for example, getting subscriber details by ID, fetching a custom variable by its key, or retrieving flow and chat sequence information by their IDs.

Use Case Examples

  1. Retrieve subscriber details by providing the subscriber ID.
  2. Fetch a custom variable using its key to use in further automation.
  3. Get details of a specific flow or chat sequence by their respective IDs.

Properties

Name Meaning
Category Specifies the category of Messenger data to retrieve, such as Subscribers, Custom Variables, Flows, Sending, or Chat Sequences.
Subscriber ID The unique identifier of the subscriber to retrieve details for. Required when the category is Subscribers and the operation is Get.
Variable Key The key of the custom variable to retrieve. Required when the category is Custom Variables and the operation is Get.
Flow ID The identifier of the flow to retrieve. Required when the category is Flows and the operation is Get.
Chat Sequence ID The identifier of the chat sequence to retrieve. Required when the category is Chat Sequences and the operation is Get.

Output

JSON

  • id - Unique identifier of the retrieved Messenger entity (subscriber, variable, flow, or chat sequence).
  • name - Name or title of the retrieved Messenger entity.
  • details - Additional details or metadata related to the retrieved Messenger entity.

Dependencies

  • Marketing Master IO API (MMIO API)

Troubleshooting

  • Ensure that the required IDs (Subscriber ID, Variable Key, Flow ID, or Chat Sequence ID) are provided when performing the Get operation for the respective category.
  • Verify that the API credentials for the Marketing Master IO API are correctly configured and valid.
  • Common errors may include 'Resource not found' if the provided ID does not exist, or 'Unauthorized' if the API key is invalid or missing. Check the node's credentials and input parameters to resolve these issues.

Discussion