Jump to: navigation, search
Line 3: Line 3:
  
 
===HTTP Request===
 
===HTTP Request===
POST on '''/me/interactions/{id}'''
+
POST on '''/me/chats/{id}'''
 
<pre>
 
<pre>
 
{
 
{

Revision as of 19:15, April 14, 2014

Send

This operation is performed when an agent sends a message to other chat participants.

HTTP Request

POST on /me/chats/{id}

{
  "operationName":"SendMessage",
  "text":string-representation-of-text
}

HTTP Response

Success

{
  "statusCode": 0
}

Failure

{
  "statusCode": an integer value above 0,
  "statusMessage":details
}

For details on the statusCode value, please refer to the All Methods sub-section of the Return Values page.

Comments or questions about this documentation? Contact us for support!