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

cloudamqp and EnvayaSMS #41

Open
ikamran opened this issue Feb 12, 2020 · 1 comment
Open

cloudamqp and EnvayaSMS #41

ikamran opened this issue Feb 12, 2020 · 1 comment

Comments

@ikamran
Copy link

ikamran commented Feb 12, 2020

Hi there,

I am looking to a solution to be able to get SMS messages using API, once i got SMS to my android phone i could be easily get it in my php app or phyton app,

i though how we can send SMSs received to phone using EnvayaSMS and cloudamqp.com which have free plan to test,
anybody can help me find a solution?

@amelyec
Copy link

amelyec commented Oct 25, 2020

Set a host without http or https at the beginning, set your username and password . AMQP Virtual Host value is your username. AMQP Queue Name envaya. To send a message publish a message from cloudamqp UI or from your application to the envaya queue in below format

{"event":"send","messages":[{"id":"4f7c9cea5e11bs","to":"255765154235","message":"hello world'"}]}

Headers
Content-Type:application/json

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

2 participants