uChat

Integração com a API do uChat

Overview

This node integrates with the uChat API to manage tags associated with contacts (subscribers). Specifically, the 'Deletar' operation under the 'Tag' resource deletes a tag by its name. This is useful for workflows that need to clean up or remove tags from the system, for example, when a tag is no longer relevant or was created by mistake.

Use Case Examples

  1. Deleting a tag named 'VIP' that is no longer used in the system.
  2. Automating tag cleanup as part of a subscriber management workflow.

Properties

Name Meaning
Nome Da Tag The name of the tag to be deleted. This is a required string input that specifies which tag to remove.

Output

JSON

  • name - The name of the tag that was deleted, confirming the deletion.
  • status - The status or result of the delete operation returned by the API.

Dependencies

  • Requires an API key credential for uChat API authentication.

Troubleshooting

  • If the tag name does not exist, the API may return an error indicating the tag was not found. Verify the tag name is correct.
  • Ensure the API key credential is valid and has permissions to delete tags.
  • Network or API endpoint issues may cause request failures; check connectivity and API status.

Links

  • uChat API Documentation - Official API documentation for uChat, useful for understanding tag management endpoints and error codes.

Discussion