Skip to main content
ClientNest365ClientNest365

Integrations

Wire ClientNest365 to the tools you already use.

Every meaningful event in your workspace fires a webhook: a client opens their portal, uploads a file, approves a memo, pays an invoice. Catch those webhooks in Zapier, Make.com, n8n, or any direct endpoint and route them into the rest of your stack.

17 ready-to-build recipes across 11 categories. Each one is a 5-15 minute setup. The webhook plumbing is already in your workspace at Settings → Webhooks; these recipes describe what to do on the other end.

Building your own

Webhook payload format

Every webhook ClientNest365 sends is a JSON POST with an X-CN-Signature header carrying an HMAC-SHA256 signature. Verify the signature with your endpoint secret (shown once at endpoint creation), then route the payload by the event field.

Don't see a recipe for the tool you use? Tell us what you'd wire and we'll add the recipe. Most integrations take less than an hour to document once we know the target tool.