Sign in

Disclose all

documented

Disclose entire history to members.

POST /api/conversation/disclose_all/CONV_IDConversationsno 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://fleep.io/api/conversation/disclose_all/{{$conv_id}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Cookie: token_id={{FLEEP_TOKEN_COOKIE}}" \
  -d '{"ticket": "{{$ticket}}", "from_message_nr": {{$from_message_nr}}, "emails": "{{$emails}}", "account_ids": {{$account_ids}}, "team_ids": {{$team_ids}}}'
Disclose all · Fleep · OpenIntegrations