Revision as of 17:50, September 29, 2015 by Jumunn (talk | contribs) (Created page with "=SendToAgents= __NOTOC__ This operation is part of the Facebook Private Messaging API section of the Genesys Web Services REST API. <h2> Overview </...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SendToAgents

This operation is part of the Facebook Private Messaging API section of the Genesys Web Services REST API.

Overview

This request will send a text message only to agents who are in a conference or in a consult facebook chat.

Request URL /api/v2/me/facebooksession/{id}
HTTP Method POST
Required Features api-multimedia

Parameters

Parameter Value
operationName SendToAgents
text text to send to agents

Sample

Request

POST api/v2/me/facebooksession/0071023821aec011
{
  "operationName": "SendToAgents",
  "text": "We need your help?"
}

Response

{
  "statusCode": 0
}

Notification

Here are the list of notifications received after send new message for only agents

Notification with new message

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