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" \
  -b "token_id={{FLEEP_TOKEN_ID}}" \
  -d '{"ticket": "{{$ticket}}", "api_version": 4, "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}}, "fork_conversation_id": "{{$fork_conversation_id}}", "is_list": {{$is_list}}, "is_managed": {{$is_managed}}, "mk_conv_type": "{{$mk_conv_type}}"}'
Create conversation · Fleep · OpenIntegrations