We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello.
How to connect Jasmin to an HTTP SMS Sender Gateway like Signalwire that have this informations for sending SMS:
curl "https://$SPACE_URL/api/laml/2010-04-01/Accounts/$PROJECT_ID/Messages" \ -X POST \ -u "$PROJECT_ID:$API_TOKEN" \ --data-urlencode "From=$FROM_NUMBER" \ --data-urlencode "To=$TO_NUMBER" \ --data-urlencode 'Body=Hello'
???
What are jcli's commands to type (enter) so that to set that above for sending SMS through "Signalwire" API ???
jcli
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello.
How to connect Jasmin to an HTTP SMS Sender Gateway like Signalwire that have this informations for sending SMS:
???
What are
jcli
's commands to type (enter) so that to set that above for sending SMS through "Signalwire" API ???The text was updated successfully, but these errors were encountered: