Announce
documentedPost an announcement to users (subject and content). ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/utilities/announce.html?utm_source=openai))
POST /announceUtilitiesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://activecollab.com/api/v1/announce" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Angie-AuthApiToken: {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"subject": "{{$title}}", "announcement": "{{$announcement}}", "recipients": "{{$recipients}}"}'