I looked on forum solution but im not meet one thats why i need to ask if anyone of you find provider and solution to send sms from uipath and revice the answer ? Please dont write about Twilio activity cos this activity only send message and i need traffic in both side.
there are a number of Twilo-like companies offering API access for sending SMS. you could consider using them if they provide the functionality you need for this. UiPath can integrate with applications providing API
Just like ronanpeter said, you can use any other SMS service that exposes a public API and use the UiPath WebAPI library for GET and POST requests over there.
Many thx for you help but tell me one thing coz im can not find the solution. I found many of sms API to send a massage but there is a way to revice a message ?
Through the same API’s you should be able to also receive messages. This means that they receive the SMS for you at one of their phone numbers and you read it from their endpoint - so it’s definitely possible.