create_announcement
Create a new announcement for a course, optionally scheduling when it is posted and when it locks.
Instructions
Create a new announcement for a course with optional scheduling.
Args:
course_identifier: Course code or Canvas ID
title: Announcement title
message: Announcement body content
delayed_post_at: ISO 8601 datetime to schedule posting
lock_at: ISO 8601 datetime to auto-lock the announcement
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_identifier | Yes | ||
| title | Yes | ||
| message | Yes | ||
| delayed_post_at | No | ||
| lock_at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |