Jump to: navigation, search

SendURL

This operation is part of the SMS Session API section of the Web Services API.

Overview

This operation will send a URL to all SMS session participants.

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

Parameters

Parameter Value
operationName SendUrl
url URL to send to customer

Sample

Request

POST api/v2/me/smssessions/0001Ea9Q8UVY000T
{
  "operationName": "SendUrl",
  "url": "http://www.genesys.com"
}

Response

{
  "statusCode": 0
}

Notification

Notification with URL

{
    "messages": [
        {
            "index": 3,
            "from": {
                "nickname": "TestName",
                "type": "Agent",
                "uri": "http://10.10.15.212:9090/api/v2/users/90cc5439ff6848748e5e67811273f266",
                "visibility": "All",
                "participantId": "00AF537487AF0004"
            },
            "url": "http://google.com",
            "timestamp": "2014-05-1502:24:00.000-0700",
            "visibility": "All",
            "type": "PushUrl",
            "timestampSeconds": 1400145840000L
        }
    ],
    "notificationType": "NewMessages",
    "messageType": "MessageLogUpdated",
    "smssessionUri": "http://10.10.15.212:9090/api/v2/smssessions/0001Ea9Q8UVY000T"
}
This page was last edited on November 4, 2016, at 17:54.
Comments or questions about this documentation? Contact us for support!