We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In MacOS and Linux we use the "" to have a multiline command.
For Windows with Powershell there is a different syntax: https://stackoverflow.com/questions/3235850/how-to-enter-a-multi-line-command
twilio api:core:messages:create ` --from "+XXXXXXXXX" ` --to "+XXXXXXXXX" ` --body "I love Twilio"