Actions39
- Panel Actions
- Message Actions
- Chatbot Actions
- Contact Actions
- Sequence Actions
- Session Actions
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
- Add a text note to a project card to highlight a deadline.
- 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
- WTS Chat API Annotations - Official API documentation for managing annotations on cards.