An email listener can be configured using create listener API call. The details are given below.
URL :- http://<host-name>:<port>/api/smartops/ihub/ihubmail/create
Request Method :- POST
Headers:-
Organization-key
Request
Body:
{ |
All configured email listeners for an organization can be viewed using the below API.
URL :- http://<host-name>:<port>/api/smartops/ihub/ihubmail/all
Request Method :- GET
Headers:-
Organization-key
All configured email listeners for all organization can be viewed using the below API
URL :- http://<host-name>:<port>/api/smartops/ihub/ihubmail/all-org
Request Method :- GET
Headers:-
Organization-key
An existing listener can be updated using update listener API call. The details are given below.
URL :- http://<host-name>:<port>/api/smartops/ihub/ihubmail/update
Request Method :- PUT
Headers:-
Organization-key
Request
Body:
{ |
An existing listener can be deleted using delete listener API call. The details are given below.
URL :- http://<host-name>:<port>/api/smartops/ihub/ihubmail/delete
Request Method :- DELETE
Headers:-
Organization-key
Request
Body:
{ |
Related Topics: