Revision as of 16:25, March 23, 2014 by Clondon (talk | contribs) (Send)
Jump to: navigation, search

Send

This operation can be performed whenever an agent wants to send a message to other chat participants.

HTTP Request

POST on /me/interactions/{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 section.

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