ICE Email APIs

Create Email Server

A user can create a new e-mail server configuration. The Service URL of this module is given by the following link-

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

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

CreateEmailServer

{

 “OrgId”: 59,

 “SkillId”: 663,

 “SMTPServerAddress”: “smtp.mail.com”,

 “SMTPUserName”: “Harry”,

 “SMTPPassword”: “Clark1!”,

 “SMTPMailbox”: “hclarke@etechtexas.com”,

 “SMTPPort”: “587”,

 “SMTPPollrate”: “10”,

 “Status”: “Enabled”,

 “IsEmailSpoofing”: true,

 “SpoofEmail”: “chris@etechgs.com”,

 “IsSSL”: true,

 “Pop3ServerAddress”: “pop3.mail.com”,

 “Pop3UserName”: “Alex”,

 “Pop3Password”: “Password1@”,

 “Pop3Mailbox”: “alex@rediffmail.com”,

 “Pop3Port”: “995”,

 “Pop3Pollrate”: “10”,

 “ImapServerAddress”: “sample string 19”,

 “ImapUserName”: “sample string 20”,

 “ImapPassword”: “sample string 21”,

 “ImapMailbox”: “alex@rediffmail.com”,

 “ImapPort”: “589”,

 “ImapPollrate”: “10”,

 “IsImap”: false,

 “IsTLS”: false,

 “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 SkillId Int Id of skill
4 SMTPServerAddress String Host address of smtp server
5 SMTPUserName String Username to access mail server
6 SMTPPassword String Password to access mail server
7 SMTPMailbox String Email address of mail server
8 SMTPPort String SMTP mail server port
9 SMTPPollrate String SMTP mail server pollrate
10 Status String Enabled/Disabled
11 IsEmailSpoofing Bool True=Spoofing Enabled. False=Spoofing Disabled
12 SpoofEmail String Spoofing email address
13 IsActive Bool True=Active, False=Inactive
14 IsSSL Bool True=SSL Enabled, False= SSL Disabled
15 Pop3ServerAddress String Host address of pop3 server
16 Pop3Username String Username to access mail server
17 Pop3Password String Password to access mail server
18 Pop3Mailbox String Email address of mail server
19 Pop3Port String Pop3 mail server port
20 Pop3pollrate String Pop3 mail server pollrate
21 ImapServerAddress String Host address of server address
22 ImapUserName String Username to access mail server
23 ImapPassword String Password to access server
24 ImapMailbox String Email address of mail server
25 ImapPort String Imap mail server port
26 ImapPollrate String Imap mail server pollrate
27 IsImap Bool True=Imap, False=Pop3
28 IsTLS Bool True=TLS Enabled, False=TLS Disabled

3. Response Example-

Success:

{ “Message”: ” Success”,

“EmailServerId”:74

}

Fail:

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

    ×

    Contact Us