View Source Paubox.API.MessageReceipt (paubox v1.0.0)

This is a wrapper struct around the response from the Paubox API when sending messages.

Summary

Functions

Create a new SendResponse struct from a map.

Types

@type t() :: %Paubox.API.MessageReceipt{
  data: String.t(),
  sourceTrackingId: String.t()
}

Functions

Link to this function

message_deliveries(receipt)

View Source

Create a new SendResponse struct from a map.

If you pass in a List it will create a list of SendResponse structs. This is useful when sending messages using the bulk API.