Difference between revisions of "System Settings"

From Hornbill
Jump to navigation Jump to search
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__[[Main Page|Home]] > [[Administration]] > [[System Administration | System]] > Settings >
+
This document can now be found at its new location in the [https://docs.hornbill.com/esp-config/advanced-tools-and-settings/advanced-system-settings/ Hornbill Document Library].
 +
 
 +
[[file:hornbill-document-library.png|Advanced System Settings|link=https://docs.hornbill.com/esp-config/advanced-tools-and-settings/advanced-system-settings/]]
 +
<!--
 +
 
 +
__NOTOC__[[Main Page|Home]] > [[Administration]] > [[System Administration | System]] > Settings
 
==Introduction==
 
==Introduction==
 
The System Settings focuses on two areas, the Advanced Settings and the Web Hooks.
 
The System Settings focuses on two areas, the Advanced Settings and the Web Hooks.
+
<br><br>
== [[Advanced Settings]] ==
+
 
The Advanced Settings provides access to all of the available settings within your instance.  These offer a number of detailed configuration options to configure your instance just the way that you want it.  
+
== [[File:advancedsettingsicon.png|text-bottom|link=Advanced Settings]] [[Advanced Settings]] ==
 +
[[File:AdvancedSettingsCard.png|right|link=Advanced Settings]]
 +
The Advanced Settings provides access to all of the available settings within your instance.  These offer a number of detailed configuration options to configure your instance just the way that you want it.
 +
 
 +
:* Search for Settings
 +
:* Restore settings to their default
 +
<br><br>
  
== [[Webhooks|Web Hooks]] ==
+
==[[File:webhooksicon.png|text-bottom|link=Webhooks]] [[Webhooks]] ==
 +
[[File:WebhooksCard.png|right|link=Webhooks]]
 
Web Hooks are a great way to integrate Hornbill with other applications that are accessible over the internet. Web Hooks can send information from Hornbill to another application as soon as a record is updated, rather than relying on scheduled imports or the continually polling for data.
 
Web Hooks are a great way to integrate Hornbill with other applications that are accessible over the internet. Web Hooks can send information from Hornbill to another application as soon as a record is updated, rather than relying on scheduled imports or the continually polling for data.
 
A web hook is the opposite to an API call, a web hook is a call over HTTP from your Hornbill instance to a web endpoint of your choosing. Most application actions on a Hornbill instance can trigger an action-specific event when an action is performed. Hornbill can be configured to call to a web end point passing the action-specific data to the web service being invoked. This is a very powerful mechanism that enables true, near real-time integration with other business systems.
 
A web hook is the opposite to an API call, a web hook is a call over HTTP from your Hornbill instance to a web endpoint of your choosing. Most application actions on a Hornbill instance can trigger an action-specific event when an action is performed. Hornbill can be configured to call to a web end point passing the action-specific data to the web service being invoked. This is a very powerful mechanism that enables true, near real-time integration with other business systems.
[edit] Basic Information
 
  
[[Category:Administration]]
+
:* Event driven integration from Hornbill to an external source
 +
:* Send data over HTTP to a specified web endpoint
 +
<br><br>
 +
-->
 +
[[Category:HDOC]]

Latest revision as of 23:48, 9 February 2024

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

Advanced System Settings