uChat

Integração com a API do uChat

Overview

This node integrates with the uChat API to perform various operations related to contacts (subscribers). Specifically, for the 'Contato' resource and 'Obter Por ID' operation, it fetches detailed information about a specific contact using their unique identifier (user_ns). This is useful for retrieving contact details in workflows that require personalized communication or data management.

Use Case Examples

  1. Retrieve a contact's information by their unique user_ns to personalize messages or update records.
  2. Use the node to fetch contact details before sending targeted broadcasts or flows.

Properties

Name Meaning
User NS Unique identifier of the contact (user_ns) used to fetch the specific contact's information.

Output

JSON

  • * - The JSON response from the uChat API containing the contact's detailed information.

Dependencies

  • Requires an API key credential for authenticating requests to the uChat API.

Troubleshooting

  • If the node returns an error about invalid or missing user_ns, ensure the 'User NS' property is correctly set and corresponds to an existing contact.
  • API request failures may occur due to network issues or invalid API credentials; verify the API key and network connectivity.
  • If the response is empty or incomplete, check if the contact with the specified user_ns exists in the uChat system.

Links

  • uChat API Documentation - Official API documentation for uChat, useful for understanding available endpoints and data structures.

Discussion