Im creating an API that is integrating voicemail with auto sms.
-
- Customers
- Developers
- Sign in
If I understood your question correctly, you want to automate your sms service periodically or on a schedule basis via API.
In that case you can use any programming language of you choice.
If you use java, you can use java scheduler to automate the sms.
Something like this: https://dzone.com/articles/schedulers-in-java-and-spring
Other languages also have same kind of facilities and it actually depends on the language you are comfortable with
2 People are following this question.