This module is used to create email web form. The Service URL of the module is given through by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/CreateEmailWebForm
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
CreateEmailWebForm
{
“OrganizationId”: 59,
“SkillId”: 337,
“Name”: “QueryWebform”,
“Heading”: “QueryWebform”,
“TypeofForm”: “Email web form”,
“EmailAddress”: “ice@enterice.com”,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMTY3MDk0fQ.hmz3O5s8wIAvb-5nIz6WVqOfJ3LdsMnnu_GyddDyRrM”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | OrganizationId | Int | Id of Organization |
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 of form if type is Feedback form else blank |
3. Response Example-
Success:
{ “Message”: ” Success”,
“EmailWebFormId”:202
}
Fail:
{“Message”:”The request is invalid.”}