GithubHelp home page GithubHelp logo

messaging-service's Introduction

SMS messaging service

Using VoodooSMS as primary service and Twilio as fallback.

Install with:

gem 'messaging_service', git: '[email protected]:sh24/messaging-service.git'

Example usage:

MessagingService::SMS.new(voodoo_credentials: <voodoo_config>, twilio_credentials: <twilio_config>, primary_provider: :voodoo, fallback_provider: :twilio, notifier: Airbrake)

Skipping VoodooSMS

Occasionally there have been issues where the VoodooSMS API is accepting messages (and so not triggering the fallback to Twilio) but not actually sending them out.

To combat this, the gem has an override function:

  1. Run touch tmp/OVERRIDE_VOODOO in the project root

To remove the override and go back to using Voodoo as the primary:

  1. Run rm tmp/OVERRIDE_VOODOO in the project root

Testing in your application

So you don't need to VCR all tests that integrate with MessagingService then you can stub sending messages like below.

let(:sms_response) { double :sms_response, success: true, service_provider: '', reference_id: ''}

before do
  allow_any_instance_of(MessagingService::SMS).to receive(:send).and_return sms_response
end

messaging-service's People

Contributors

adamwhittingham avatar conorsh24 avatar cromega avatar dependabot[bot] avatar heidar avatar jnormington avatar ojnwokolo avatar richardvickerstaff avatar undecided avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.