infobip v0.1.3 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
Sends a text message.
Link to this function
send(recipient, message, message_id)
send(String.t(), String.t(), String.t()) :: send_response()