Exsms pipeline status

“Exsms: A Elixir library for sending transactional SMS - supoprts Sendinblue, mailjet and textlocal”

Supported Services

MR is always Supported

Installation

def deps do
  [
    {:exsms, "~> 0.1.3"}
  ]
end

Usage

payload =  %{
  to: "+91123456789",
  message: "test messaget",
  from: "EXSMS"  
  }

  Exsms.send(:mailjet, payload)
config :exsms, :sendinblue, api: "xkeysib"

config :exsms, :mailjet, api: "123"

config :exsms, :textlocal, api: "123"

License

Exsms is Copyright © Ahamtech. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About Ahamtech

img

Exsms is maintained by Ahamtech.

We love open source software, Erlang, Elixir, and Phoenix. See our other opensource projects, or hire our Elixir Phoenix development team to design, develop, and grow your product.