ex_nexmo v0.1.0 ExNexmo.SMS.Request

TODO

Summary

Functions

Builds a request payload

Send the SMS message

Functions

build_payload(from, to, text)

Specs

build_payload(String.t, String.t, String.t) :: map

Builds a request payload.

send(from, to, text)

Specs

send(String.t, String.to, String.t) :: {atom, map}

Send the SMS message.