Sign in

Create conversation

documented

Create a new conversation.

POST /api/conversation/createConversationsno 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/create" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"ticket": "{{FLEEP_SECRET}}", "topic": "{{$topic}}", "emails": "{{$emails}}", "is_invite": {{$is_invite}}, "is_autojoin": {{$is_autojoin}}, "is_disclose": {{$is_disclose}}, "fwd_conversation_id": "{{$fwd_conversation_id}}", "fwd_message_nr": {{$fwd_message_nr}}, "team_ids": {{$team_ids}}, "account_ids": {{$account_ids}} }'