Create list
documentedCreate a new MailUp recipient list with sender/details configuration.
POST /API/v1.1/Rest/ConsoleService.svc/Console/ListListsno 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://services.mailup.com/API/v1.1/Rest/ConsoleService.svc/Console/List" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"Name":"{{$title}}","Business":{{$business}},"Customer":{{$customer}},"OwnerEmail":"{{$owner_email}}","ReplyTo":"{{$reply_to}}","NLSenderName":"{{$nl_sender}}","CompanyName":"{{$company_name}}","ContactName":"{{$contact_name}}","Address":"{{$address}}","City":"{{$city}}","CountryCode":"{{$country_code}}","PermissionReminder":"{{$permission_reminder}}","WebSiteUrl":"{{$website_url}}","UseDefaultSettings":{{$use_default_settings}}}'