infobip v0.1.4 Infobip.Message

Builds the XML message to send to the Infobip API.

Link to this section Summary

Link to this section Functions

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

Builds valid XML for the Infobip text message API.

Link to this function build_message(recipient, message, message_id)
build_message(String.t(), String.t(), String.t()) :: String.t()