ICE Email APIs

Update Email Filter

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 Token
2 FilterId Int Id of email filter
3 UserID Int ID of user
4 SpamKeyword String Comma separated keywords/email IDs
5 EmailFilterBy String Subjec/Email address

3. Response Example-

Success:

{ “Message”: ” Success” }

Fail:

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

    ×

    Contact Us