MSG91 API library for Elixir
Sends message as SMS to phone number
Sends message as SMS to phone number.
Returns {:ok, result} on success, else {:error, reason}
{:ok, result}
{:error, reason}
iex(1)> Msg91.send("7995738307", "Hello from elixir") {:ok, "376a68754169303039353533"}