KnowledgeSync Ideas

Ideas for the KnowledgeSync software product including EventPaks.

Webhook Support

Add support for web hooks to our web api so KS users can subscribe to events on other systems.
 
Anitha already commented:  We have a pull mechanism for our triggers since events are scheduled. So no support for web hooks as such in our current release.  But we should be able to build on the web API functionality we have today (combined with the simulated push design we use for the Email Response System) to allow for web hook driven events.
  • David Austin
  • Mar 22 2019
  • Already exists
  • Attach files
  • Admin
    Robert Brown commented
    02 Apr 20:43

    Shipped in 2023 R4

  • Brad Swindell commented
    December 23, 2020 13:27

    We have created a generic WebHook system that capatures the incoming WebHook and stores it in the database. It is then available for KS to grab and trigger off of. The process could be the same here.