Create Contact List
documentedCreate a new contact list.
POST /contact_listsContact Listsno 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.cc.email/v3/contact_lists" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Cache-Control: no-cache" \
-d '{"name": "{{$name}}", "description": "{{$description}}", "favorite": {{$favorite}}}'