send_conversation
Send messages to students via Canvas conversations. Specify course, recipients, subject, and body for group or individual messaging.
Instructions
Send messages to students via Canvas conversations.
Args:
course_identifier: Course code or Canvas ID
recipient_ids: List of Canvas user IDs
subject: Message subject (max 255 chars)
body: Message content
group_conversation: Create group conversation (required for custom subjects)
bulk_message: Send individual messages with same subject to each recipient
context_code: Course context (e.g., "course_60366")
mode: "sync" or "async" (use async for >100 recipients)
force_new: Force new conversation even if one exists
attachment_ids: Optional attachment IDs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_identifier | Yes | ||
| recipient_ids | Yes | ||
| subject | Yes | ||
| body | Yes | ||
| group_conversation | No | ||
| bulk_message | No | ||
| context_code | No | ||
| mode | No | sync | |
| force_new | No | ||
| attachment_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||