Create List
documentedCreate a new list with a name and description.
POST /rest/subscribers_list/createListsno 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.easysendy.com/rest/subscribers_list/create" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"api_key":"{{EASYSENDY_API_KEY}}","name":"{{$name}}","description":"{{$description}}"}'