Skip to content
New issue

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

How to connect Jasmin to an HTTP SMS Sender Gateway like Signalwire ??? #1222

Open
chegmarco1989 opened this issue Aug 4, 2024 · 0 comments

Comments

@chegmarco1989
Copy link

chegmarco1989 commented Aug 4, 2024

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 ???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant