Skip to content

Nickforall/ExMessagebird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

🐦⚗️ An Elixir implementation for the Messagebird API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages