HGV Traders Docs
Integrations

Zapier and Make

Connect HGV Traders to automation platforms using webhooks and the REST API.

Zapier and Make

There is no official Zapier app yet. You can connect HGV Traders today using webhooks (push) and the REST API (pull/push).

Enquiry → CRM (webhook)

  1. In Zapier, create a Webhooks by Zapier → Catch Hook trigger
  2. Copy the webhook URL
  3. In HGV Traders: Dashboard → Settings → Webhooks — add endpoint, subscribe to enquiry.created
  4. Verify signatures using the secret — see Webhooks

Each new buyer enquiry POSTs JSON to Zapier; map fields into HubSpot, Salesforce, email, Slack, etc.

Stock actions (API)

Use Webhooks by Zapier → Custom Request or Make HTTP modules with your bearer token:

Pass organisationId on write routes when your user belongs to multiple dealerships — see Accounts.

Rate limits

Automation platforms should respect Rate limits. Prefer webhooks for high-volume enquiry delivery instead of polling.