Sign in

Store conversation

documented

Store updated conversation fields.

POST /api/conversation/store/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/store/{{$conv_id}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -b "token_id={{FLEEP_TOKEN_ID}}" \
  -d '{"ticket": "{{$ticket}}", "read_message_nr": {{$read_message_nr}}, "labels": {{$labels}}, "label_ids": {{$label_ids}}, "topic": "{{$topic}}", "mk_alert_level": "{{$mk_alert_level}}", "snooze_interval": {{$snooze_interval}}, "add_emails": "{{$add_emails}}", "remove_emails": "{{$remove_emails}}", "disclose_emails": "{{$disclose_emails}}", "add_account_ids": {{$add_account_ids}}, "kick_account_ids": {{$kick_account_ids}}, "remove_account_ids": {{$remove_account_ids}}, "disclose_account_ids": {{$disclose_account_ids}}, "disclose_team_ids": {{$disclose_team_ids}}, "hide_message_nr": {{$hide_message_nr}}, "is_deleted": {{$is_deleted}}, "is_deleted_by_admin": {{$is_deleted_by_admin}}, "from_message_nr": {{$from_message_nr}}, "is_autojoin": {{$is_autojoin}}, "is_disclose": {{$is_disclose}}, "can_post": {{$can_post}}, "is_url_preview_disabled": {{$is_url_preview_disabled}}, "is_list": {{$is_list}}, "add_team_ids": {{$add_team_ids}}, "remove_team_ids": {{$remove_team_ids}}, "is_managed": {{$is_managed}}, "add_admins": {{$add_admins}}, "remove_admins": {{$remove_admins}}, "mk_conv_type": "{{$mk_conv_type}}"}'
Store conversation · Fleep · OpenIntegrations