ICE Email APIs

Response Save as Draft

The module has been designed to save ticket reply as draft. The Service URL of the module is given by the following link-

https://www.enterice.com/ICEAPI/api/Email/ResponseSaveAsDraft

Allowed for

Agent

Json Formats-

1. Code snippet for Web Service Use-

ResponseSaveAsDraft(SendTicketResponse)

Note: Pass below input parameters as form-data

“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFAYS5jb20iLCJleHAiOjE0ODI3OTUzNDF9.DxqNpmQ4SemX5C0URnE0hrhc_dtThHJfSfuB0eiEh24”

 “TicketID”:”3857″

 “MailboxID”:25,

 “From”:”entericechat@gmail.com“,

 “To”:”steve.robins@etechtexas.com“,

 “Cc”:””,

 “Bcc”:””,

 “Subject”:”Enter Subject”,

“Status”:”InProgress/Resolved”,

 “BodyDetail”:”Body”,

 “HasAttachment”:”true”,

 “UserID”:”654″,

 “OrgID”:”59″,

 “File “: “file.png”

  Note:Pass actual file as input.

 

2. Description for Request Parameters-

S.No Name Type Description
1 TicketID Int Id of ticket
2 MailboxID Int Id of mail box
3 To String To email Id
4 Cc String Cc email Id
5 Bcc String Bcc email Id
6 Subject String Subject of email
7 Status String Status of ticket
8 BodyDetail String Body of email
9 HasAttachment Bool True= Has Attachment, False=No Attachment
10 UserID Int Id of user
11 OrgID Int Id of organization
12 File File File has an attachment
13 Token String Authentication Token

3. Response Example-

Success:

{

“Message”:” Email has been saved as draft successfully ”

}

Fail:

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

 

 

 

    ×

    Contact Us