ICE Email APIs

This module is used to get canned phrase details. The Service URL of the module is given by- https://www.enterice.com/ICEAPI/api/EmailAdmin/GetCannedPhraseDetails •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- GetCannedPhraseDetails { “Token”:”sdfdsavcxdgdfFD”, ” MenuCategoryId “: 830 } 2. Description for Request Parameters- S.No Name Type Description 1 Token String Authentication Token 2 CannedPhraseCategoryID Int Id of Canned […]

Continue Reading

A user adds canned phrase in canned letters set using this module. The Service URL of the module is given by the following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/AddCannedPhrase •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use– AddCannedPhrase {  “MenuCategoryID”: 128,  “CannedPhraseName”: “SoftwarePhrase”,  “ParentCategoryId”: 128,  “PositionOrder”: 4,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls” } 2. Description for Response Parameters- S.No Name Type Description […]

Continue Reading

The module is used to move canned menu down. The Service URL of the module is provided through the following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/MoveCannedMenuDown •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- MoveCannedMenuDown {  “MenuCategoryId”: 128,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls” } 2. Description for Request Parameters- S.No Name Type Description 1 Token String Authentication Token 2 MenuCategoryID Int Id […]

Continue Reading

A user can move canned phrase menu up 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/MoveCannedMenuUp •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- MoveCannedMenuUp {  “MenuCategoryId”: 128,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls” } 2. Description for Request Parameters- S.No Name Type Description 1 Token String Authentication […]

Continue Reading

A user can move canned phrase menu out using this module. The provided Service URL for the module is given by the following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/MoveCannedMenuOut •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- MoveCannedMenuOut {  “MenuCategoryId”: 128,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls” } 2. Description for Request Parameters- S.No Name Type Description 1 Token String Authentication Token 2 […]

Continue Reading

This module is designed to move canned phrase menu inside. The Service URL of this module is given by the following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/MoveCannedMenuIn •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- MoveCannedMenuIn {  “MenuCategoryId”: 128,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls” } 2. Description for Request Parameters- S.No Name Type Description 1 Token String Authentication Token 2 MenuCategoryID Int […]

Continue Reading

A user can enable or disable the canned phrase menu 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/EnableDisableCannedMenu •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- EnableDisableCannedMenu {  “MenuCategoryID”: 127,  “Flag”: false,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls” } 2. Description for Request Parameters- S.No Name Type Description […]

Continue Reading

The mentioned module is used to delete canned phrase menu. The link for the Service URL of the module is given by- https://www.enterice.com/ICEAPI/api/EmailAdmin/DeleteCannedMenu •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- DeleteCannedMenu {  “MenuCategoryID”: 126,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls” } 2. Description for Request Parameters- S.No Name Type Description 1 Token String Authentication Token 2 MenuCategoryID Int […]

Continue Reading

The manual allows the user to update canned phrase menu. The Service URL of the module is given by the following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/UpdateCannedMenu •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- UpdateCannedMenu {  “MenuCategoryID”: 126,  “MenuName”: “HardwareMenuUpdated”,  “IsParent”: true,  “ParentCategoryId”: 125,  “PositionOrder”: 1,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls” } 2. Description for Request Parameters- S.No Name Type Description […]

Continue Reading

A user gets canned phrase menu details from this module. The Service URL of the module is provided by the following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/GetCannedMenuDetails •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- GetCannedMenuDetails {  “MenuCategoryId”: 126,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls” } 2. Description for Request Parameters- S.No Name Type Description 1 Token String Authentication Token 2 MenuCategoryId Int […]

Continue Reading

    ×

    Contact Us