Sign in

Update Contact Group

documented

Update an existing contact group.

PUT /v2.0/contactgroups/{id}Contacts 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/{{$id}} -X PUT -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>{{$name}}</name></contactgroup>'
Update Contact Group · Esendex · OpenIntegrations