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 retrieves all labels associated with a specified session. It is useful for scenarios where you need to fetch and manage labels in bulk from a session, such as organizing or analyzing data tagged with labels in messaging or automation workflows.
Use Case Examples
- Fetch all labels from a specific session to display or process them in a workflow.
- Retrieve labels to synchronize with another system or database.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the session from which to retrieve all labels. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
labels- Array of label objects retrieved from the specified session.
Dependencies
- Requires an API key credential or session authentication to access the label data.
Troubleshooting
- Ensure the session name is correct and active; an incorrect session name may result in no data or errors.
- If SSL issues occur, consider enabling the option to ignore SSL certificate validation, but be aware of security risks.
- Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
- Timeouts may occur if the server is slow or unresponsive; adjust the timeout setting accordingly.