Web-hook task retrieval
As an option, you can chose instead of polling, to set up an endpoint that will automatically receive the document's extracted data whenever it is done parsing.
Setting up
The setting up of the webhook is made through the platform. You can only set up the web hook if you are a company administrator. This menu can be found in settings -> api.

Insert the url from your webhook, and test out your path. Once you have a working webhook, the setup is complete on koncile's side. You can move to the Webhook call segment to set up your receival endpoint.
Webhook call
The message sent by the webhook follows the same output as the task retrieval and document fetching
Example endpoint
Then go to Koncile, paste http://${your-url}:8000/web-hook/ as the webhook URL, and trigger a test document.
Then go to Koncile, paste http://${your-url}:8000/web-hook/ as the webhook URL, and trigger a test document.
Last updated
Was this helpful?

