Skip to content

Technical requirements Webhook

logo

Automatically translated

In order for the processing of documents from the DeepBox to work properly, some URLs must be accessible.

Abacus requires access to the following URSs

  • https://deepcloud.swiss/api/v1
  • https://api.deepbox.swiss/api/v1/

Procedure

  1. Accepting & processing the DeepBox inbox
  2. Document is copied to the “Abacus Document Folder”
  3. Webhook is registered on the “Abacus Document Folder” and triggers
    • Standard port API server: 443
    • The webhook specifies the organization / section / box from which the document must be downloaded
  4. Abacus template process “Process documents from DeepBox” is started. The Abacus installation must be accessible for the webhook
    • host/api/webhooks/v1/webhooks
    • Standard port 443
  5. Document and metadata are retrieved and saved in Abacus
    • Document
      • https://api.deepbox.swiss/api/v1/nodes/3aa76674-8236-492e-b91e-ea6fc8d63174/download
      • https://api.deepbox.swiss/api/v1/nodes/[nodeId]/download
    • Metadata
      • https://api.deepbox.swiss/api/v1/nodes/3aa76674-8236-492e-b91e-ea6fc8d63174/bin
      • https://api.deepbox.swiss/api/v1/nodes/[nodeId]/download/bin

Did this answer your question?