WTS Chat icon

WTS Chat

Get data from Wts API

Overview

This node operation allows creating a text annotation on a specific card within a panel in the WTS Chat system. It is useful for adding notes or comments to cards for better tracking and collaboration. For example, a user can add a reminder or important information related to a task or contact represented by the card.

Use Case Examples

  1. Add a text note to a project card to highlight a deadline.
  2. Create an annotation on a customer card to record a follow-up message.

Properties

Name Meaning
Text The text content of the annotation to be created on the card.
Card ID The identifier of the card on which the annotation text will be created.

Output

JSON

  • json - The response object containing details of the created annotation text.

Dependencies

  • An API key credential for WTS Chat API

Troubleshooting

  • Error if Card ID is empty: Ensure the Card ID field is filled before execution.
  • Error if Text is empty: Provide the annotation text to create.
  • API errors: Check API key validity and network connectivity.

Links

Discussion