Create list
documentedCreate a new contacts list.
GET https://api.unisender.com/ru/api/createListListsno 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.unisender.com/ru/api/createList?format=json&api_key={{UNISENDER_API_KEY}}&title={{$title}}&before_subscribe_url={{$before_subscribe_url}}&after_subscribe_url={{$after_subscribe_url}}\" \
-X GET \
-H \"Accept: application/json\" \
-H \"Content-Type: application/json\"