Marionette requires to contact users through SMS. We provides several integration with SMS services.Out of the box Marionette supports two SMS providers to send SMS to verify your users' phone numbers:
Twilio
Twilio - Send messages to customers across preferred channels like SMS, MMS, and WhatsApp with one API.
Code Block |
---|
# global/config.yaml ... messages: ... sms: type: twilio phone_number: PHONE_NUMBER account_sid: CHANGE_ME auth_token: CHANGE_ME ... |
Amazon Simple Notification Service
Amazon Simple Notification Service - Fully managed Pub/Sub service for A2A and A2P messaging.
...