Add or update contact
documentedAdd a new contact to a list or update an existing one.
POST /api/1.0/contacts/{listid}.{json|xml}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://api.enormail.eu/api/1.0/contacts/{{$listid}}.{{$format}}" \
-X POST \
-u "{{ENORMAIL_API_KEY}}:" \
-H "Content-Type: application/json" \
-H "Accept: application/json, application/xml" \
-d '{"name": "{{$name}}", "email": "{{$email}}", "activate_autoresponder": {{$activate_autoresponder}}, "tags": {{$tags}}, "fields": {{$fields}}}'