v1

latestOpenAPI 3.0.02026-08-06184831.7 KB
Message
Conversations

Add a historical message to a conversation

post/v1/conversations/{csid}/messages/historical

Path parameters

csidinteger required

Request body

channel'widget_chat' | 'phone' | 'voice_mail' | 'email' | 'contact_form' | 'callback' | 'facebook_messenger'

The channel a conversation can be conducted on.

direction'outbound' | 'inbound' | 'internal'

The direction a conversation can be

from_emailstring

A regular email.

to_emailstring

A regular email.

textstring
author_idstring

Response

The message was createde

Example response

{
  "data": {
    "created_at": "2015-11-30T00:00:00:000Z"
  }
}