I want to know is there any way to send sms using API calls by creating aRest APIs for arduino.
Here is the flow:
- Using aRest API http request
- send a http request to arduino
- then arduino pass send signal to GSM module with specific patameter
- GSM module then send sms based on the parameter provided by arduino.
I would appreciate if you can share code as well.
Thank you.