Handles Message Imports

Handles a json file upload containing a list of messages.

If a Location with that phone exists then for each param object
the following is created:

  • a Contact (if it doesn't already exist)
  • a Conversation (if it doesn't already exist)
  • a message in the conversation with type imported
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Conversation Upload

Request schema for bulk creating conversations with messages.

conversations
array of objects
length between 1 and 10000

An array of messages from various conversation.

conversations

Conversation Data.

string

Message

date-time

Date the conversation is created at, in ISO 8601 format.

string
enum

Message Direction, either INBOUND or OUTBOUND.

Allowed:
string

A Contact or Channel Phone Number.

string

Message language.

string

A Contact or Channel Phone Number.

string

Translated message body.

string

Translation language.

string

Message Type.

integer

User Id.

Responses

Callback
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json