Announcements API
The Announcements API allows administrators to create, update, and manage organizational announcements that are visible to users based on department and location targeting. These announcements help keep teams informed about important updates, policy changes, and company-wide communications.
Use Cases
Company-wide Communications
Create and broadcast important announcements to all employees or specific departments about policy changes, events, and updates.
Department-specific Notifications
Target announcements to specific departments or locations to ensure relevant information reaches the right audience.
Announcement Management
Update, modify, or remove announcements as needed to keep organizational communications current and accurate.
API Endpoints
Method | Endpoint | Purpose |
---|---|---|
POST | /rest/api/v1/createannouncement | Create Announcement Create a textual announcement visible to some set of users based on department and location. |
POST | /rest/api/v1/deleteannouncement | Delete Announcement Delete an existing user-generated announcement. |
POST | /rest/api/v1/updateannouncement | Update Announcement Update a textual announcement visible to some set of users based on department and location. |