Marionette requires to contact users through SMS. We provide several integration with SMS services.
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 ...