Create conversation
documentedCreate a new conversation
POST /conversationsConversationsno 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" \
-X POST \
-u "{{REAMAZE_EMAIL}}:{{REAMAZE_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"conversation": {"subject": "{{$title}}", "category": "{{$category}}", "tag_list": {{$tag_list}}, "message": {"body": "{{$body}}", "recipients": {{$recipients}}}, "user": {"name": "{{$user_name}}", "email": "{{$user_email}}", "data": {{$user_data}}}}}'