yougile_send_message
Send a message to a YouGile chat (task or group) by providing chatId and text. For task chats, set chatId to the task ID.
Instructions
Send a message to a chat. For task chats, chatId = taskId. Also works for group chats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text | |
| chatId | Yes | Chat UUID (for task chats = task UUID) |