Sign in

Move ticket

documented

Move the ticket to another category.

POST /api/1.1/json/ticket/{ticket_number}/move/Ticketsno 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://{{$account_domain}}/api/1.1/json/ticket/{{$ticket_number}}/move/" \
  -X POST \
  -u "{{HAPPYFOX_API_KEY}}:{{HAPPYFOX_SECRET}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"staff_id": {{$staff_id}}, "target_category_id": {{$target_category_id}}, "move_note": "{{$move_note}}", "assign_to": {{$assign_to}}}'
Move ticket · happyfox · OpenIntegrations