Actions39
- Panel Actions
- Message Actions
- Chatbot Actions
- Contact Actions
- Sequence Actions
- Session Actions
Overview
This node operation creates an annotation file for a specific card in a panel within the WTS Chat system. It allows users to attach one or more file URLs as annotations to a card, which can be useful for adding supplementary documents, images, or other resources related to the card's content. This operation is beneficial in scenarios where additional context or reference materials need to be linked to a card, such as project management, CRM notes, or task tracking.
Use Case Examples
- Adding multiple file URLs as annotations to a project card to provide reference documents.
- Attaching image URLs to a CRM card to visually support customer information.
Properties
| Name | Meaning |
|---|---|
| Card ID | The unique identifier of the card to which the annotation file(s) will be added. |
| File Urls | A collection of one or more URLs pointing to files that will be attached as annotations to the specified card. |
Output
JSON
json- The response object containing details of the created annotation file(s) linked to the card.
Dependencies
- Requires an API key credential for authentication with the WTS Chat API.
Troubleshooting
- Ensure the Card ID is provided and not empty; otherwise, the node will throw an error indicating the CardId cannot be empty.
- Verify that the file URLs are correctly formatted and accessible; invalid URLs may cause the API request to fail.
- Check API key credentials are correctly configured and valid to avoid authentication errors.
Links
- WTS Chat API - Annotations - Official API documentation for managing annotations in WTS Chat, including creating annotation files.