Sign in

Post to activity feed

documented

Post a message to the Papyrs Activity Stream.

POST /api/v1/feed/post/Feedno 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://{{$group_name}}.papyrs.com/api/v1/feed/post/?auth_token={{PAPYRS_API_KEY}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"msg": "{{$message}}"}'
Post to activity feed · Papyrs · OpenIntegrations