Sign in

Create Contact

documented

Create a new contact.

POST /v2.0/contactsContacts 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/contacts\" \\\n  -X POST \\\n  -H \"Content-Type: application/xml\" \\\n  -H \"Accept: application/xml\" \\\n  -H \"Authorization: Basic {{ESENDEX_SECRET}}\" \\\n  -d '\<contact xmlns=\\\"http://api.esendex.com/ns/\\\"><firstname>{{$firstname}}</firstname><lastname>{{$lastname}}</lastname><quickname>{{$quickname}}</quickname><phonenumber>{{$phonenumber}}</phonenumber></contact>\'