Sign in

Create Contact Group

documented

Create a new contact group.

POST /v2.0/contactgroupsContacts APIno 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://api.esendex.com/v2.0/contactgroups' \
  -X POST \
  -H 'Authorization: Basic {{ESENDEX_SECRET}}' \
  -H 'Content-Type: application/xml' \
  -H 'Accept: application/xml' \
  -d '<?xml version="1.0" encoding="UTF-8"?><contactgroup xmlns="http://api.esendex.com/ns/"> <name>{{$group_name}}</name> <accountreference>{{$account_reference}}</accountreference></contactgroup>'
Create Contact Group · Esendex · OpenIntegrations