- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Post EBO alarms to specific Web API
customer ask if we can send EBO alarms to specific Web API. Is it possible to realize this?
HTTP Request Format:
URL |
|
HTTPMethod |
POST |
Request Head |
Content-Type: application/json |
BODY |
[{ "Type": "", "Time": "", "Priority": "", "UniqueRef": "", "StatusOrValue": "", "ItemName": "", "Site": "", “Equipment”:””, “Location”:””, “Description”:”” }] |
BODY JSON array for alarm information, with the option to transmit multiple alarms in a single request.
Authentication Failed.
- Authentication Ticket Mismatched, failed authentication.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
You would have to build a SmartConnector to do this. It would read the alarms from EBO using EWS and then send any new alarms that match the filter criteria i.e. priority, category etc to the web hook end point.
I would recommend reaching out to a developer to get this built, it should be pretty straight forward.

