Poli icon

Poli

Node principal para interagir com a API da Poli

Overview

The "Get Channel" operation of the Poli node retrieves detailed information about a specific communication channel associated with an account. This is useful when you need to fetch configuration or metadata about a particular channel by its unique identifier (UUID). Typical use cases include:

  • Fetching channel details to display or log channel settings.
  • Using channel data as part of a workflow that manages or audits communication channels.
  • Integrating channel information into reports or dashboards.

For example, if you have multiple messaging channels connected to your system, you can use this operation to get the current configuration or status of a selected channel by providing its UUID.

Properties

Name Meaning
Account Channel UUID The unique identifier (UUID) of the account's channel you want to retrieve information for. This is required.
Options Additional optional parameters to customize the response:
  Include Fields to include additionally in the response. Currently supports: Config (channel configuration details).

Output

The output JSON contains the detailed information of the requested channel. This typically includes:

  • Basic channel metadata such as ID, name, type, and status.
  • If the include option with config is specified, additional configuration fields related to the channel are included.

The exact structure depends on the API response but generally provides comprehensive details about the channel entity.

This node does not output binary data.

Dependencies

  • Requires an active connection to the Poli API service.
  • Needs an API authentication token configured in the node credentials to authorize requests.
  • No other external dependencies are indicated.

Troubleshooting

  • Error: Resource 'channel' not found — This indicates the resource parameter was incorrect or missing. Ensure the resource is set to "channel".
  • Error: Operation 'get' not found for resource 'channel' — Means the operation parameter is invalid or misspelled. Confirm it is set to "get".
  • Invalid or missing Account Channel UUID — The UUID must be provided and valid; otherwise, the API will reject the request.
  • API Authentication Errors — Check that the API key credential is correctly configured and has sufficient permissions.
  • Network or API errors — Verify network connectivity and that the Poli API endpoint is reachable.

Links and References

Discussion