- 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.
Webhooks
Bonsoir,
Sur un projet je dois réaliser des echanges avec un système tiers de contrôle d'accès
L'interface proposée par le système tiers est de mettre en place des Webhooks entre le système de contrôle d'accès et EBO
Quequ'un a il déjà travaillé sur un sujet similaire ?
- 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.
Please use EN on the forum so all members can understand the topic (:
Within C# it’s a minor task to create a web socket but handling the data between EBO and the websocket sender/listener needs to be developed based on the payloads that needs to be exchanged between the 2 systems.
This requires developing a SmartConnector extension and will be custom for your application.
You can ask for a quotation through your SE local support channel or a 3th party C# software developer.
- 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.
If you are sending web hooks to the access control system, then this can be done from a script program by sending a WebRequest. If the web hooks are incoming, then you will need a SmartConnector custom extension.
- 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.
I hope the webhook is requiring some form of complex authentication with dynamic token or sha256 credentials as it’s a security system and simple web request would probably not be able to do such complex authentication, i think using script webrequest (for sending only) needs to be examined first,..

