create_announcement
Create a new announcement for Saga event spaces. Provide required Japanese message text and optional title, level, link, and publication dates to publish updates.
Instructions
新しいお知らせを作成します。APIトークンが必要です。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | お知らせレベル(デフォルト: info) | |
| title | No | お知らせタイトル(最大200文字) | |
| ends_at | No | 公開終了日時(ISO 8601形式) | |
| link_url | No | 関連リンクURL(http/httpsのみ) | |
| is_active | No | 公開状態(デフォルト: true) | |
| starts_at | No | 公開開始日時(ISO 8601形式) | |
| message_ja | Yes | お知らせ本文(日本語、必須) |