Actions101
- š¤ Chatting Actions
- š„ļø Sessions Actions
- š Auth Actions
- š¼ļø Screenshot Actions
- š¢ Channels Actions
- š¢ Status Actions
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ Groups Actions
- ā Presence Actions
- š·ļø Labels Actions
- š Observability Actions
Overview
This node operation lists channels associated with a specified session and role. It is useful for retrieving channel information based on user roles such as OWNER, ADMIN, or SUBSCRIBER. Practical applications include managing channel memberships, auditing channel roles, or integrating channel data into workflows.
Use Case Examples
- List all channels where the user is an OWNER to manage channel settings.
- Retrieve channels where the user is a SUBSCRIBER to display subscribed content.
- Fetch ADMIN channels to perform administrative tasks or audits.
Properties
| Name | Meaning |
|---|---|
| Session | The session name to identify which session's channels to list. |
| Role | The role filter to list channels by user role (OWNER, ADMIN, SUBSCRIBER). |
| Request Options | Additional request settings such as batching, SSL certificate validation, proxy, and timeout options. |
Output
JSON
channels- List of channels matching the session and role criteria.role- The role used to filter the channels in the response.session- The session name used to retrieve the channels.
Dependencies
- Requires an API key credential or session authentication to access channel data.
Troubleshooting
- Common issues include invalid session names causing no channels to be returned.
- Incorrect role values may result in empty channel lists.
- SSL certificate errors if 'Ignore SSL Issues' is not enabled when using self-signed certificates.
- Timeout errors if the server is slow or unresponsive; increase timeout setting if needed.