Subscribe to ticket
documentedSubscribe a staff member to receive ticket updates.
POST /api/1.1/json/ticket/{ticket_number}/subscribe/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://{{$account_name}}.happyfox.com/api/1.1/json/ticket/{{$ticket_number}}/subscribe/" \
-X POST \
-u "{{HAPPYFOX_API_KEY}}:{{HAPPYFOX_SECRET}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"data": [{{$subscriber_ids}}], "staff_id": {{$staff_id}} }'