Cannot figure out VOIP.MS #401
Unanswered
forwardcomputers
asked this question in
Q&A
Replies: 2 comments 1 reply
-
There doesn't seem to be any public documentation for their API, but if it requires the message to be a query parameter I don't think it's possible to get it to work with the generic service. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I was able to sent an SMS message, unfortunately VOIP.MS API needs the message as part of the URI. Below worked |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can send an SMS message via the VOIP.MS API using curl, eg:
curl 'https://voip.ms/api/v1/[email protected]&api_password=$ecre!9&method=sendSMS&did=123456789&dst=987654321&message=Did+you+get+it'
But I have not been able to figure it out using the generic service, any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions