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 updates a label in a specified session. It is useful for managing and modifying labels dynamically within workflows, such as changing label names or colors based on certain conditions or inputs. For example, you can update a label's name and color to reflect a change in status or category in a CRM or project management system.
Use Case Examples
- Update a label's name and color in a session to categorize leads differently.
- Change the color of a label to indicate priority or status updates.
Properties
| Name | Meaning |
|---|---|
| Session | The session name where the label exists, used to identify the context for the label update. |
| Label Id | The unique identifier of the label to be updated. |
| Name | The new name for the label. |
| Color Hex | The new color for the label in hexadecimal format. |
| Color | The new color for the label as a number (alternative to hex). |
| Request Options | Additional options for the request such as batching, SSL handling, proxy, and timeout settings. |
Output
JSON
labelId- The ID of the updated label.name- The updated name of the label.colorHex- The updated color of the label in hex format.color- The updated color of the label as a number.
Dependencies
- Requires an API key credential or session authentication to access the label update endpoint.
Troubleshooting
- Ensure the session name and label ID are correct to avoid 'label not found' errors.
- Verify that the color values are in the correct format (hex string or number) to prevent validation errors.
- Check network settings if using proxy or if SSL issues occur, especially if 'Ignore SSL Issues' is disabled.
- Timeout errors may occur if the server is slow or unresponsive; adjust the timeout setting accordingly.