infobip v0.1.4 Infobip.TextMessage

Builds and sends a text message.

Link to this section Summary

Link to this section Types

Link to this type send_response()
send_response() :: {:ok, integer() | {atom(), any()}} | {:error, any()}

Link to this section Functions

Link to this function send(recipient, message)
send(String.t(), String.t()) :: send_response()

Sends a text message.

Link to this function send(recipient, message, message_id)