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
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: