If you need to configure multiple Programmable Wireless SIMs on a single Twilio account, we have a Node.js script and a .csv
spreadsheet file which will help you do so.
The script will not allow you to transfer SIMs between accounts.
This guide will not work for Super SIMs. To bulk update super SIMs, please see the How to Use Console Bulk Actions to Update Multiple Super SIMs.
This guide assumes you are familiar with the Twilio platform and Git, and are able to install and use Node.js and Node Package Manager (npm).
The script described in this guide is intended to be used if you are managing a fleet of Programmable Wireless SIMs, but it may also come in useful if you are looking for a code example that makes use of the Programmable Wireless API.
npm install
.app.js
in your IDE or text editor.app.js
.Twilio Programmable Wireless - SIMs.csv
in any compatible spreadsheet app..csv
file to the same folder as app.js
.
app.js
looks for the filename Twilio Programmable Wireless - SIMs.csv
by default.cd
to the directory where app.js
and Twilio Programmable Wireless - SIMs.csv
are located.npm start
.You can find out what each column in the spreadsheet means by checking out the Sim resource documentation.
This snippet is in Node.js but it could have been written in any language capable of calling our REST APIs or accessing our SDKs.