The Twilio CLI provides access to the Twilio API via a command line interface.
Questions tagged [twilio-cli]
12 questions
3
votes
2 answers
Not able to add friendly name to participants when creating participant with conversation
I am using twilio for creating an chat API using conversion API (Twilio), I was able to create the converstaion and add new participant to the converstion, But when I try to add friendly name to participant, Its not…

Akhil M
- 544
- 6
- 8
3
votes
2 answers
How to uninstall twilio-cli from Mac osx using brew
I am on Mac os and could get twilio-cli. I have installed it using brew.
I tried
brew uninstall twilio
brew remove twilio
It gives below error
Warning: Twilio is switching the default branch from 'master' to 'main'
Warning: requiring an…

Aseem Jain
- 333
- 2
- 7
2
votes
1 answer
Does Twilio Flex UI support Node 18 and NPM 8?
I am trying to follow the instructions from Twilio Flex found at: Twilio Flex Quickstart: Getting Started with React Plugin Development
I keep running into errors and can not figure them out. I've tried doing this on Windows and macOS and it's the…

Josiah
- 23
- 3
2
votes
1 answer
How do I clear ALL account/profile in the Twilio CLI so that i doesnt ask me to select a pre-saved sid?
I'm using the Twilio CLI trying to deploy a flex plugin using
npm run deploy
The issue is that upon invoking this command, it asks me to select an account side
Uploading your Flex plugin to Twilio Assets
Choose one of the following Account…

Judy007
- 5,484
- 4
- 46
- 68
1
vote
2 answers
Run Twilio CLI command using os.system results in error
I have a Twilio CLI command which I wish to run using Python os.system() on a Raspberry Pi, however it does not run properly... saying that it experiences an error.
I also do not understand the debug message...
The current code looks like…

xyiong
- 363
- 1
- 10
1
vote
1 answer
How can I update the twilio chat channel attributes property with Twilio CLI
i'm trying to update a chat channel with the new Twilio CLI. I want to modify the attributes property but i'm no able to do that.
This is what I did.
and I got the next message
» Error code 50304 from Twilio: Attributes not valid JSON. See…

Luis Angel Perez
- 159
- 1
- 9
1
vote
2 answers
installing twilio-cli on WSL
When installing twilio-cli with npm install -g twilio-cli it runs with errors.
I installed nvm and installed node 10 and used the npm with that and it installed twilio-cli but I still get and error.
npm install -g…

elephantatech
- 25
- 1
- 9
0
votes
1 answer
How to list all active conversation SIDs?
How can I get all conversations in an active state?
I'm using this command to list all conversation SIDs, but I can't find a way to filter only the active ones.
twilio api:conversations:v1:services:conversations:list \
--chat-service-sid…

Facundo Chambó
- 47
- 6
0
votes
1 answer
Connect to Twilio Autopilot with Dynamic Stylesheet
My use case requires me to have users pick their desired voice for the autopilot questions. The thing is there doesn't seem to be a way of Dynamically choosing the Stylesheet of the Assistant (without actually updating the resource).
My perfect…

Joaquín Zapata
- 1
- 1
0
votes
1 answer
.twilio-cli/node_modules/@k88/typescript-compile-error-formatter/dist/
I got an error when I built a typewritten code with an error. I have developed a Twilio plugin. After resaving, nothing changed, the error was also in the console and it was necessary to restart the run command
Want to share here to save someone…

Илья Хоришко
- 695
- 4
- 15
0
votes
1 answer
Error running terminal command from python script for Twilio services on Raspberry Pi
I wish to run the following command using the Twilio CLI from Python:
ngrok_cmd = "twilio phone-numbers:update "+ my_number " --sms url=https://localhost:5000"
os.system(ngrok_cmd)
The command works on the terminal, but doesn't if I try to do it…

xyiong
- 363
- 1
- 10
0
votes
1 answer
Unable to start twilio project
I have a twilio flex plugin project. I normally start the project with npm start which is aliased to UNBUNDLED_REACT=true twilio flex:plugins:start within my package.json file. However, today when I run npm start, I'm getting the following error:
…

Wynn
- 173
- 1
- 14