The module is used to get email server list from the system. The Service URL of the module is supported by following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/GetEmailServerList
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
GetEmailServerList
{
“OrgId”: 59,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODI0MTk1NDV9.XgR8TsDNwmsUezVykeUzGcISUsmpT5Nx-aUYaMScmDw”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | OrgId | Int | Id of organization |
3. Response Example-
Success:
{
“Message”: “Success”,
“MailServerList”: [
{
“EmailServerId”: 61,
“SkillId”: 613,
“SkillIName”: “Customer Care”,
“SMTPServerAddress”: “pop.email.com”,
“SMTPUserName”: “pop”,
“SMTPMailbox”: “admin@etech.com”,
“Status”: “Enabled”
},
{
“EmailServerId”: 74,
“SkillId”: 663,
“SkillIName”: “SalesSkill”,
“SMTPServerAddress”: “smtp.mail.com”,
“SMTPUserName”: “Harry”,
“SMTPMailbox”: “hclarke@etechtexas.com”,
“Status”: “Enabled”
}
]
}
Fail:
{“Message”:”The request is invalid.”}