Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 616 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 616 Bytes

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"