Create contact group
documentedCreate a new contact group.
POST /api/1.1/json/contact_groups/Contactsno 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://{{$subdomain}}.happyfox.com/api/1.1/json/contact_groups/" \
-X POST \
-u "{{HAPPYFOX_API_KEY}}:{{HAPPYFOX_SECRET}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"name": "{{$name}}", "description": "{{$description}}", "tagged_domains": "{{$tagged_domains}}"}'