Hi Everyone,
i have a task where i need to send OTP's to the numbers by sending SMS through appian, how can this task be performed.
Thanks,
Sathvik
Discussion posts and replies are publicly visible
You would just have to integrate to your SMS service of choice using their respective web API.
Thanks for reply, Which SMS service is good to use?
I had used Twilio successfully. But this depends on your requirements and cost.
i have used twilio iam facing this issue
Hi Sathvik,
You can implement OTP via SMS in Appian by integrating an external SMS provider using a REST API. The typical approach is:
Most SMS providers offer simple HTTP APIs where you pass parameters like phone number, message content, and authentication key.
For example, platforms like Africala provide bulk SMS and OTP messaging APIs that can be integrated with Appian using REST calls. You just need to configure the endpoint, headers, and payload in Appian and trigger it from your process model or interface.
Make sure to also handle: