Update conversation
documentedUpdate a conversation by slug
PUT /conversations/{slug}Conversationsno 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://{{$brand}}.reamaze.io/api/v1/conversations/{{$slug}}" \
-X PUT \
-u "{{$email}}:{{REAMAZE_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"conversation": {"assignee": {"email": "{{$assignee_email}}"}, "tag_list": ["{{$tag1}}", "{{$tag2}}"], "status": {{$status}}, "data": {"field1": "{{$field1}}", "field2": "{{$field2}}"}}}'