uChat

Integração com a API do uChat

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

  1. A marketing automation workflow that fetches all custom fields to dynamically build contact profiles.
  2. A customer support workflow that lists custom fields to tailor responses based on user-specific data.

Output

JSON

  • ``
    • name - Name of the custom field
    • var_ns - Namespace or unique identifier of the custom field
    • id - 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.

Discussion