MMIO icon

MMIO

Marketing Master IO API

Actions17

Overview

This node interacts with the Messenger resource of the Marketing Master IO API to list various categories of Messenger-related data such as Subscribers, Custom Variables, Flows, Sending messages, and Chat Sequences. It supports pagination and limiting the number of items returned, making it useful for managing and retrieving Messenger data efficiently in marketing automation workflows.

Use Case Examples

  1. Listing subscribers to manage audience targeting.
  2. Retrieving custom variables for personalized messaging.
  3. Fetching chat sequences to analyze or modify automated conversations.

Properties

Name Meaning
Category Specifies the category of Messenger data to list, such as Subscribers, Custom Variables, Flows, Sending, or Chat Sequences.
Options.page Pagination page number to retrieve.
Options.limit Limit on how many items to show per page, default is 20.

Output

JSON

  • id - Unique identifier of the listed item
  • name - Name or title of the listed item
  • category - Category of the Messenger item listed
  • details - Additional details specific to the category of the item

Dependencies

  • Marketing Master IO API with API key credential

Troubleshooting

  • Common issues include API authentication failures, which can be resolved by verifying the API key credentials.
  • Pagination parameters might cause empty results if the page number exceeds available data; adjust the page and limit accordingly.
  • Errors related to unsupported categories or invalid parameters can be fixed by selecting valid options as per the node's configuration.

Discussion