Difference between revisions of "Webhooks"

From Hornbill
Jump to navigation Jump to search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
This document can now be found at its new location in the [https://docs.hornbill.com/esp-config/integration/webhooks/ Hornbill Document Library].
 +
 +
[[file:hornbill-document-library.png|Hornbill Cloud|link=https://docs.hornbill.com/esp-config/integration/webhooks/]]
 +
<!--
 +
 
<div style="border:1px solid #90C0FF; background:#D0E0FF; width:99%; padding:4px; margin-bottom:10px;">
 
<div style="border:1px solid #90C0FF; background:#D0E0FF; width:99%; padding:4px; margin-bottom:10px;">
 
__NOTOC__
 
__NOTOC__
Line 22: Line 27:
 
:* [[Hornbill iBridge]]
 
:* [[Hornbill iBridge]]
 
:* [[Hornbill Open Integration Tools]]
 
:* [[Hornbill Open Integration Tools]]
 +
:* [[Hornbill KeySafe]]
 
|}
 
|}
 
{{#ev:youtube|4qPFahQgATE|320|right}}
 
{{#ev:youtube|4qPFahQgATE|320|right}}
 +
 
== Basic Information ==
 
== Basic Information ==
 +
Webhooks are configured via Hornbill Administration in '''Home > System > Settings > Webhooks'''
 +
 
:* '''Name'''
 
:* '''Name'''
 
:: Unique name used to identify the Web Hook in the list.  This is a mandatory field. No spaces allowed.
 
:: Unique name used to identify the Web Hook in the list.  This is a mandatory field. No spaces allowed.
Line 36: Line 45:
 
:: Enable or disable this Web Hook.  This can also be done from the main list of Web Hooks
 
:: Enable or disable this Web Hook.  This can also be done from the main list of Web Hooks
 
:* '''Authentication'''
 
:* '''Authentication'''
:: Create and safely store authentication credentials to access the End Point using Hornbill Key Safe
+
:: Create and safely store authentication credentials to access the End Point using [[Hornbill KeySafe|'''Hornbill KeySafe''']]
 +
<BR>
  
 
== Web Hook Target ==
 
== Web Hook Target ==
Line 75: Line 85:
 
An example to reading the JSON payload from a webhook can be found on [https://github.com/hornbill/goWebhookListener GitHub] - The code is avialable for use under the [https://wiki.hornbill.com/index.php/The_Hornbill_Community_License_(HCL) Hornbill Community Licence].
 
An example to reading the JSON payload from a webhook can be found on [https://github.com/hornbill/goWebhookListener GitHub] - The code is avialable for use under the [https://wiki.hornbill.com/index.php/The_Hornbill_Community_License_(HCL) Hornbill Community Licence].
  
[[Category:Administration]][[Category:Integration]][[Category:Videos]]
+
[[Category:Administration]][[Category:Integration]][[Category:Videos]][[Category:HDOC]]
 +
-->
 +
<!-- esp-config/integration/webhooks -->
 +
[[Category:HDOC]]

Latest revision as of 18:12, 10 April 2024

This document can now be found at its new location in the Hornbill Document Library.

Hornbill Cloud