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"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.