Jump to: navigation, search
(Created page with "= Transfer= __NOTOC__ This operation is part of the Facebook Private Messaging API section of the Genesys Web Services REST API. ==Overview== This...")
 
Line 5: Line 5:
 
==Overview==
 
==Overview==
  
This request transfers facebook session to another user.
+
Transfers a Facebook session interaction to another user or queue.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 30:
 
|-
 
|-
 
|targetPath
 
|targetPath
|userPath or queuePath to transfer to
+
|The userPath or queuePath to transfer to.
 
|}
 
|}
  

Revision as of 19:48, September 29, 2015

Transfer

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

Overview

Transfers a Facebook session interaction to another user or queue.

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

Parameters

Parameter Value
operationName Transfer
targetPath The userPath or queuePath to transfer to.

Sample

Request

Transfer to Agent

POST api/v2/me/facebooksession/01QQQG2MU214P05W
{
  "operationName": "Transfer",
  "targetUri": "/users/10f8abb20c154fb28c82c68102625233"
}

HTTP Response

{
  "statusCode": 0,
  "referenceId": 68
}

COMETD Notification

Message after transfer to agent


Transfer to Queue

POST api/v2/me/facebooksession/01QQQG2MU214P05X
{
  "operationName": "Transfer",
  "targetPath": "/contacts/5c7c1112-2be4-4108-9fbe-341312585616"
}

HTTP Response

{
  "statusCode": 0,
  "referenceId": 89
}

COMETD Notification

Message after transfer to queue

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