Bulk Add Contacts from CSV File
documentedAdd multiple contacts to an existing list (or create a new list) by uploading a CSV file.
POST /add-contacts-bulk.jsonContacts & 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.transmitsms.com/add-contacts-bulk.json" \
-X POST \
-u "{{KUDOSITY_API_KEY}}:{{KUDOSITY_SECRET}}" \
-F "list_id={{$list_id}}" \
-F "file=@{{$csv_file_path}};type=text/csv" \
-H "Accept: application/json"