Sign in

Sync files

documented

Sync files for a conversation.

POST /api/conversation/sync_files/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/sync_files/{{$conv_id}}?ticket={{FLEEP_TICKET}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{\"from_message_nr\": {{$from_message_nr}}}'
Sync files · Fleep · OpenIntegrations