Actions21
- Contato Actions
- LiveChat Actions
- Tag Actions
- WhatsApp Template Actions
- Campo Personalizado Actions
- Disparo Actions
- Fluxo Actions
Overview
This node integrates with the uChat API to manage and interact with various resources such as subscribers, tags, custom fields, flows, broadcasts, WhatsApp templates, and conversations. Specifically, for the 'Fluxo' resource with the 'Listar' operation, it lists available flows from the uChat platform. This is useful for scenarios where users want to retrieve and display all available flows to select or manage them further in automation workflows.
Use Case Examples
- Listing all available flows to present options for sending to contacts.
- Retrieving flow data to analyze or report on available automation sequences.
Properties
| Name | Meaning |
|---|---|
| resource | The type of resource to operate on, here it is 'Fluxo' (Flow). |
| operation | The specific action to perform on the resource, here it is 'Listar' (List). |
Output
JSON
- ``
sub_flow_ns- Unique identifier of the flow.flow_id- Alternative identifier of the flow.id- ID of the flow._id- Internal ID of the flow.name- Name of the flow.flow_name- Alternative name of the flow.
Dependencies
- Requires an API key credential for uChat API authentication.
Troubleshooting
- Common issues include authentication errors if the API key is invalid or missing.
- Errors may occur if the API endpoint is unreachable or the network connection fails.
- If the flow list is empty, verify that flows exist in the uChat account and the API user has permission to access them.
Links
- uChat API Documentation - Official API documentation for uChat, detailing endpoints and usage.