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 custom fields for contacts (subscribers). Specifically, the 'Listar' operation under the 'Campo Personalizado' resource retrieves a list of all custom fields defined in the uChat system. This is useful for workflows that need to dynamically access or display available custom fields for contacts, such as in CRM automation or personalized messaging scenarios.
Use Case Examples
- A marketing automation workflow that fetches all custom fields to dynamically build contact profiles.
- A customer support workflow that lists custom fields to tailor responses based on user-specific data.
Output
JSON
- ``
name- Name of the custom fieldvar_ns- Namespace or unique identifier of the custom fieldid- ID of the custom field_id- Internal ID of the custom field
Dependencies
- Requires an API key credential for uChat API authentication.
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to access custom fields.
- If the API returns an error, verify the network connectivity and the base URL 'https://www.uchat.com.au/api'.
- Check that the user has access rights to view custom fields in the uChat system.
Links
- uChat API Documentation - Official API documentation for uChat, useful for understanding available endpoints and data structures.