Bulk Add Contacts from CSV File
documentedAdd a CSV file of contacts to a list (or create a new list and upload).
POST /add-contacts-bulk.jsonTransmit SMS API (v1)no 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"