Actions21
- Contato Actions
- LiveChat Actions
- Tag Actions
- WhatsApp Template Actions
- Campo Personalizado Actions
- Disparo Actions
- Fluxo Actions
Overview
This node integrates with the uChat API to manage tags associated with contacts (subscribers). Specifically, the 'Criar' operation under the 'Tag' resource allows users to create a new tag by specifying its name. This is useful for organizing contacts by categorizing them with tags, which can later be used for filtering or targeting in campaigns.
Use Case Examples
- Creating a new tag named 'VIP' to categorize premium contacts.
- Creating tags dynamically in workflows to segment contacts based on behavior or attributes.
Properties
| Name | Meaning |
|---|---|
| Nome Da Tag | The name of the tag to be created. This is a required string input that specifies the tag's label. |
Output
JSON
name- The name of the created tag as returned by the uChat API.id- The unique identifier of the created tag (if provided by the API).status- The status or result of the tag creation operation.
Dependencies
- Requires an API key credential for uChat API authentication.
Troubleshooting
- Ensure the 'Nome Da Tag' property is provided and is a valid string; missing or empty values will cause the API request to fail.
- API authentication errors may occur if the uChat API key credential is not set or is invalid.
- Network or API endpoint issues can cause request failures; verify connectivity to https://www.uchat.com.au/api.
- If the API returns an error, check the error message for details such as duplicate tag names or invalid parameters.
Links
- uChat API Documentation - Official API documentation for uChat, useful for understanding available endpoints and parameters.