ICE Email APIs

The user can delete existing e-mail filters through the use of this module. The Service URL of the module is given by the following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/DeleteEmailFilter •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- DeleteEmailFilter {  “FilterId”: 56,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0” } 2. Description for Request Parameters- S.No Name Type Description 1 Token String Authentication Token […]

Continue Reading

The user gets email filter details through the use of this module. The Service URL of the module is provided by the following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/GetEmailFilterDetails •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- GetEmailFilterDetails {  “FilterId”:25,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0” } 2. Description for Request Parameters- S.No Name Type Description 1 Token String Organization Token 2 FilterId […]

Continue Reading

This module is used to update email filter. The Service URL of the module is supported by following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/UpdateEmailFilter •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- UpdateEmailFilter {  “FilterId”: 44,  “UserID”: 971,  “SpamKeyword”: “Spam Filter”,  “EmailFilterBy”: “Subject”,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0” } 2. Description for Request Parameters- S.No Name Type Description 1 Token String Authentication […]

Continue Reading

The module allows the user to get e-mail filter list. The Service URL of the module is given by the following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/GetEmailFilterList •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- GetEmailFilterList {  “OrgId”: 59,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0” } 2. Description for Request Parameters- S.No Name Type Description 1 Token String Authentication Token 2 OrgId Int […]

Continue Reading

The module allows the user to create keyword filter for email. The Service URL of the module is given by the below mentioned link- https://www.enterice.com/ICEAPI/api/EmailAdmin/CreateEmailFilter •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- CreateEmailFilter {  “OrganizationId”: 59,  “UserID”: 971,  “SpamKeyword”: “SampleSpam”,  “EmailFilterBy”: “Email Address”,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0” } 2. Description for Request Parameters- S.No Name Type […]

Continue Reading

E-Mail Filter API has been designed to perform several functions on e-mail filtration. This section of API include the following functions- •Create E-mail Filter •Get E-mail Filter List •Get E-mail Filter Details •Update E-mail Filter •Delete E-mail Filter  

Continue Reading

This module functions to publish the email web form. The Service URL of the module is given by the following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/PublishEmailForm •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- PublishEmailForm {  “EmailWebFormId”: 654,  “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 […]

Continue Reading

A user can delete an email form control from this module. The Service URL of the module is given by the following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/DeleteEmailFormControl •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- DeleteEmailFormControl {  “ControlId”: 1,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0” } 2. Description for Request Parameters- S.No Name Type Description 1 Token String Authentication Token 2 ControlId […]

Continue Reading

The module is used to update control details of an email web form. The Service URL is provided by the following link- https://www.enterice.com/ICEAPI/api/Admin/UpdateEmailFormControl •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- UpdateEmailFormControl {  “EmailWebFormId”: 202,  “ControlId”: 1,  “ControlTypeId”: 1,  “ControlLabel”: “Sample”,  “ControlName”: “SampleName”,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0” } 2. Description for Request Parameters- S.No Name Type Description […]

Continue Reading

The module allows to get the control details of the email web form. The Service URL of the module is provided by the following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/GetEmailFormControlDetails •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- GetEmailFormControlDetails {  “ControlId”: 1,  “Token”:”eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0″ } 2. Description for Request Parameters- S.No Name Type Description 1 Token String Authentication Token 2 […]

Continue Reading

    ×

    Contact Us