ClientLoop → Make
Point a webhook endpoint at a Make custom webhook. Verify the signing secret, then branch — Drive, Sheets, your CRM, notifications.
No native app needed. The ClientLoop REST API and signed webhooks plug straight into Make's HTTP and custom webhook modules.
Point a webhook endpoint at a Make custom webhook. Verify the signing secret, then branch — Drive, Sheets, your CRM, notifications.
The HTTP module calls POST /api/v1/requests. A CRM deal, form or new row becomes a request — with an Idempotency-Key so retries stay safe.
POST /api/v1/requests
Authorization: Bearer YOUR_API_KEY
Idempotency-Key: 8f14e45f-...
Content-Type: application/json
{
"email": "jane@example.com",
"name": "Jane Smith",
"template": "tmpl_onboarding_individual",
"dueInDays": 7
}Map any Make trigger's fields into the body. The Idempotency-Key makes scenario retries safe.
Receiving events → verify the signatureA scenario watches your CRM and calls the API with the right template. The request sends itself.
The document.uploaded event hits your webhook. The scenario logs the upload to a Sheet and files it in Drive.
On request.submitted, one branch writes status back to your CRM while another notifies the account owner.
Set an external reference when you create the request, then query it later. No ClientLoop ids to store on your side.
Not yet. ClientLoop connects to Make through the generic HTTP module and the custom webhook module. Use the HTTP module to call the ClientLoop REST API, and a Make custom webhook to receive ClientLoop events. A native Make app is planned for a future release.
Create a custom webhook in Make and copy its URL. In ClientLoop, add a webhook endpoint pointing at that URL. Every endpoint gets its own signing secret — verify the HMAC-SHA256 signature on each payload before processing it, then branch your scenario on the event type (request.submitted, document.uploaded, and other request lifecycle events).
Use the Make HTTP module to POST to /api/v1/requests with your API key as a Bearer token and a template id. Add an Idempotency-Key header so scenario retries never create duplicate requests. Any Make trigger — a CRM deal stage, a form submission, a new spreadsheet row — can kick it off.
API access and outbound webhooks are Pro plan features — £19/mo flat. That covers API keys, webhook endpoints with signing secrets, and idempotent retries.
ClientLoop gives requests structure. Make connects them to everything else.
Choose what you allow. You can change this anytime.
Needed for the site to work — including remembering this cookie choice. These can't be turned off.
Helps us understand how the site is used so we can improve it. We use PostHog (EU region) andCloudflare Web Analytics. Data is privacy-friendly and never used for ads.
We don't use marketing or advertising cookies. Full details are in ourPrivacy Policy.