ICE Email APIs

Create Email Filter

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 Description
1 Token String Authentication Token
2 OrganizationId Int Id of Organization
3 UserId Int Id of User
4 SpamKeyword String Comma separated keyword email IDs
5 EmailFilterBy String Subject/Email address

Response Example-

Success:

{ “Message”: ” Success”,

“FilterId”:25

}

Fail:

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

    ×

    Contact Us