Sms Setup for Consul

Does anyone know how to setup the sms for the user verification in consul?

Hi @Joshua, sorry to keep you waiting :pray:

The current implementation of SMSApi is for the specific SMS platform Madrid’s city council uses, but I don’t know which platform is, so you probably will need to adapt the SMSApi implementation to connect it to the SMS service of your choice.

Here it is an implementation to connect it to the Movistar SMS service [1], and another to connect with Twilio service [2]. Both of them are pending to be tested on a production environment but maybe could be a good starting point.

Hope that helps. :crossed_fingers:

[1] https://github.com/concello-santiago-de-compostela/consul/pull/19
[2] https://github.com/rockandror/consul/tree/sms-twilio

Thank you for the response. Yes this helps