Sign in

Post a message to the activity feed

documented

Post a message to the account activity feed.

POST /platform_feed_postFeedno implementation yet0 runs
No 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://api.servicem8.com/platform_feed_post" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"type": "{{$type}}", "message": "{{$message}}", "showActionBar": {{$showActionBar}}}'