Sign in

Create list

documented

Create a new mailing list in the account.

POST /api/1.0/lists.{json|xml}Listsno 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.enormail.eu/api/1.0/lists.json" \
  -X POST \
  -u "{{ENORMAIL_API_KEY}}:" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"title": "{{$title}}", "send_mail_subscribe": {{$send_mail_subscribe}}, "send_mail_to": "{{$send_mail_to}}"}'