Add user reply
documentedAdd a public reply from the ticket requester.
POST /api/1.1/json/ticket/{ticket_number}/user_reply/Ticketsno 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://{{$happyfox_account_domain}}/api/1.1/json/ticket/{{$ticket_number}}/user_reply/" \
-X POST \
-u "{{HAPPYFOX_API_KEY}}:{{HAPPYFOX_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"text": "{{$text}}", "cc": "{{$cc}}", "bcc": "{{$bcc}}", "user": {{$user_id}}, "attachments": {{$attachments}} }'