Sign in

Add/Edit contacts in a contact group

documented

Add/edit multiple contacts in a contact group.

POST /api/1.1/json/contact_group/{group_id}/update_contacts/Contactsno 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_name}}.happyfox.com/api/1.1/json/contact_group/{{$group_id}}/update_contacts/" \
  -X POST \
  -u "{{HAPPYFOX_API_KEY}}:{{HAPPYFOX_SECRET}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '[{"contact": {{$contact_id_1}}, "access_tickets": true}, {"contact": {{$contact_id_2}}}]'
Add/Edit contacts in a contact group · happyfox · OpenIntegrations