Webhook pull connector
Pull a JSON file manifest from an HTTPS endpoint your systems expose.
How it works
Connect
Admin credentials
Browse
Folder or case scope
Import
Into a Northdocs case
Apply
Then verify
Write-back
Optional, off by default
Prerequisites: an HTTPS endpoint that returns { files: [{ id, name, url }] }. Optional HMAC secret.
Open Integrations, then Connect on Webhook pull. The numbered guide on that page matches the steps below.
Expose a signed JSON list of files. Northdocs pulls that manifest; editors cannot paste arbitrary download URLs.
- 1
Publish an HTTPS JSON manifest
Shape: { files: [{ id, name, url }] }. File URLs must also be public HTTPS, or allowlisted on the same private link.
- 2
Optional HMAC
If you set a secret, Northdocs sends x-northdocs-signature over the timestamp. Paste the same secret on the left.
- 3
Paste the manifest URL
Public HTTPS, or a private-link host if you select a private link under Network.
- 4
Connect and pull the manifest
There is no login screen. Connect GETs the manifest. Redirects are refused.
Editors cannot pass an arbitrary download URL; downloads always re-read the admin manifest.
Related articles
Still need a hand?