WTS Chat icon

WTS Chat

Get data from Wts API

Overview

This node integrates with the WTS Chat API to manage CRM panels and annotations. Specifically, the Panel - Create Annotation Text operation allows users to add a textual annotation (note) to a specific card within a panel. This is useful for adding comments, reminders, or additional information related to a card in a project management or CRM workflow.

Common scenarios:

  • Adding notes or comments to a task or lead card in a CRM pipeline.
  • Documenting updates or observations directly on a card for team collaboration.
  • Automating annotation creation based on external triggers or workflows.

Example:
You have a card representing a customer lead in your CRM panel. After a phone call, you want to automatically add a note summarizing the conversation. Using this node operation, you provide the card ID and the text message, and the note is created on that card.


Properties

Name Meaning
Card ID The unique identifier of the card where the annotation text will be added.
Text The content of the annotation text to create. This is the note or comment to attach.

Output

The output JSON contains the response from the WTS API after creating the annotation text. It typically includes details about the newly created annotation such as its ID, text content, creation timestamp, and possibly metadata related to the annotation.

No binary data output is involved in this operation.


Dependencies

  • Requires an active connection to the WTS Chat API via an API key credential.
  • The node expects the API key to be configured in n8n credentials for authentication.
  • Network access to https://api.wts.chat is necessary.

Troubleshooting

  • Missing Card ID or Text:
    Error messages like "Fill in the CardId field" or "Fill in the Text field" indicate required inputs are missing. Ensure both fields are provided.

  • Invalid Card ID:
    If the card ID does not exist or is invalid, the API may return an error. Verify the card ID is correct and accessible.

  • API Authentication Errors:
    If the API key is missing or invalid, requests will fail. Confirm the API key credential is properly set up.

  • Network Issues:
    Connectivity problems to the WTS API endpoint can cause failures. Check network settings and firewall rules.


Links and References


If you need further details on other operations or resources, feel free to ask!

Discussion