Slash command
documentedSlash command API (no longer supported).
POST /api/conversation/slash_command/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/create" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"topic": "{{$topic}}", "emails": "{{$emails}}", "is_invite": {{$is_invite}}, "is_autojoin": {{$is_autojoin}}, "fwd_conversation_id": "{{$fwd_conversation_id}}"}'