Mas Mensajes client v0.1.2 MasMensajes.Client View Source

Access service functionality through Elixir functions, wrapping the underlying HTTP API calls.

Link to this section Summary

Functions

It should create a new campaign id doesn't group by name

Link to this section Functions

Link to this function

publish_sms_campaing(campaign, message, recipients, opts)

View Source

It should create a new campaign id doesn't group by name

In the future we can save the response to get statics

# default options
opts = %{
  encode: false,
  long_message: true,
  route: 153,
}