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
- Listing subscribers to manage audience targeting.
- Retrieving custom variables for personalized messaging.
- 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 itemname- Name or title of the listed itemcategory- Category of the Messenger item listeddetails- 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.