Get inbox

Returns the list of all conversations that had a their last publishable event during the specified time period. By default the most recent 100 events over the past 30 days.

The values in the response are as follows:

accountSid: The account id

inbox: Name of the inbox (by default this is the accountSid)

partition: Day that the event happened represented as an integer in YYYMMDD format.

time: A timeUUID for when the event happened.

timestamp: Milliseconds since the epoch for when the event happened.

contact: A snapshot of the contact object. Refer to documentation about contacts for the contents of this field.

contactId: The contactId associated with the event.

event: The body of the event. Refer to the documentation about conversations for the contents.

source: Deprecated field used for internal routing.

status: The read/unread status of an event.

open: Whether the conversation is still in an open or closed state. By default closed conversations are not returned.

type: Type of the event. This will be the same as the type within the event object.

Language
URL
Click Try It! to start a request and see the response here!