/ExMessagebird

🐦⚗️ An Elixir implementation for the Messagebird API

Primary LanguageElixir

ExMessagebird

Config

config :ex_messagebird,
  token: "YOUR API TOKEN",
  originator: "ExMessagebird"

Testing

You can use the InMemory backend to list the payloads sent to send_message. Additionaly you can implement a Mox Mock with the ExMessagebird.Backend.Behaviour behavior.

config :ex_messagebird,
  backend: ExMessagebird.Backend.InMemory,
  originator: "ExMessagebird"