ICE Chat API

ImportCannedResponses

This module is designed to import canned response set from CSV file. The Service URL of the module is given by the following link-

https://www.enterice.com/ICEAPI/api/ChatAdmin/ImportCannedResponses

•Request Type-

Post

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use

ImportCannedResponses

{

“Token”:”sdfdsavcxdgdfFD”,

” OrganizationId “: 59,

“CannedSetId”:44,

“Id_Category” : 616

“File”:”Sample.csv”

}

Note:Pass actual file as input.

2. Description for Request Parameters

S.No Name Type Description
1 Token String Authentication Token
2 OrganizationID Int Id of organization
3 CannedSetId Int Id of canned set
4 Id_Category Int Id of the category
5 File String Name of file

3.Response Example

Success:

{ “Message”: ” Success” }

Fail:

{ “message”: ” The request is invalid.” }

    ×

    Contact Us