Hide conversation
documentedHide a conversation from the inbox.
POST /api/conversation/hide/CONV_IDConversationsno 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://fleep.io/api/conversation/hide/{{$conv_id}}?ticket={{FLEEP_TICKET}}" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"from_message_nr": {{$from_message_nr}}}'