Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Marionette requires to contact users through SMS. We provide several integration with SMS services.provides few integrations with SMS providers to be able to identify your users.

You have to choose and configure one of SMS provider:

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.

...