Sign in

Create contact group

documented

Create a new contact group.

POST /api/1.1/json/contact_groups/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://{{$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}}"}'
Create contact group · happyfox · OpenIntegrations