ICE Email APIs

Compose Drafted Email

This module is used to compose drafted email. The Service URL of the module is given by the following link-

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

•Allowed for-

Agent

•Json Formats-

1. Code snippet for Web Service Use-

ComposeSaveAsDraft(SendTicketResponse)

Note: Pass below input parameters as form-data

“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFAYS5jb20iLCJleHAiOjE0ODI3OTUzNDF9.DxqNpmQ4SemX5C0URnE0hrhc_dtThHJfSfuB0eiEh24”

 “TicketID”:”3857″

 “MailboxID”:25,

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

 “Cc”:””,

 “Bcc”:””,

 “Subject”:”Regarding-Closing my Account”,

 “BodyDetail”:”Please close my account.”,

 “HasAttachment”: “1”,

 “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 BodyDetail String Body of email
8 HasAttachment Bit Check if attachment exists or not
9 UserID Int Id of user
10 OrgID Int Id of organization
11 File File File has an attachment
12 Token String Authentication Token

3. Response Example-

Success:

{

“Message”:” Email has been sent successfully ”

}

Fail:

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

 

 

 

 

 

    ×

    Contact Us