Actions116
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ļø Sessions Actions
- š Profile Actions
- š¼ļø Screenshot Actions
- š¤ Chatting Actions
- š¢ Channels Actions
- š¢ Status Actions
- š„ Groups Actions
- Add Participants
- Demote To Admin
- Create Group
- Get Groups
- Join Info Group
- Join Group
- Refresh Groups
- Get Group
- Delete Group
- Leave Group
- Get Chat Picture
- Set Picture
- Delete Picture
- Set Description
- Set Subject
- Set Info Admin Only
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Remove Participants
- Promote To Admin
- ā Presence Actions
- š·ļø Labels Actions
- š Observability Actions
- š Auth Actions
Overview
This node operation, 'Put Chat Labels' under the 'Labels' resource, allows users to assign or update labels on a specific chat session. It is useful for categorizing or tagging chat conversations for better organization, filtering, or processing in workflows. For example, it can be used to label customer support chats by issue type or priority.
Use Case Examples
- Labeling a chat session with 'urgent' to prioritize it in a support queue.
- Tagging chats with 'sales' to route them to the sales team.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the chat session to which labels will be applied. |
| Chat Id | The unique identifier of the chat to label. |
| Labels | A JSON array of label objects to assign to the chat, each containing an 'id' representing the label. |
| Request Options | Additional settings for the request such as batching, SSL handling, proxy configuration, and timeout settings. |
Output
JSON
success- Indicates if the label update operation was successful.updatedLabels- Details of the labels applied to the chat after the operation.
Dependencies
- Requires an API key credential or similar authentication to access the chat service API.
Troubleshooting
- Common issues include invalid session or chat IDs, malformed JSON in the labels property, and network errors due to proxy or SSL settings.
- Error messages may indicate authentication failures, invalid input data, or request timeouts. Verify credentials, input formats, and network configurations to resolve these.