ICE Email APIs

Update Email Web Form

The module allows for the functionality of update email web form. The Service URL of the module is given by the following link-

https://www.enterice.com/ICEAPI/api/EmailAdmin/UpdateEmailWebForm

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

UpdateEmailWebForm

{

 “EmailWebFormId”: 202,

 “SkillId”: 364,

 “Name”: “HelpDesk Webform”,

 “Heading”: “helpDesk Webform”,

 “TypeofForm”: “Email web form”,

 “EmailAddress”: “ice@enterice.com”,

 “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0”

}

2. Description for Request Parameters-

S.No Name Type Description
1 Token String Authentication Token
2 EmailWebFormId Int Id of email web form
3 SkillId Int Id of skill
4 Name String Name of email web form
5 Heading String Heading of email web form
6 TypeofForm String Email web form/Feedback form
7 EmailAddress String Provide email address if form type is Feedback form else blank

3. Response Example-

Success:

{ “Message”: ” Success” }

Fail:

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

    ×

    Contact Us