• In progress
  • SMS verification

    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.

    # 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.

    # global/config.yaml ... messages: ... sms: type: AWS region: REGION sns_user_access_key: CHANGE_ME sns_secret_access_key: CHANGE_ME ...