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)
- In Zapier, create a Webhooks by Zapier → Catch Hook trigger
- Copy the webhook URL
- In HGV Traders: Dashboard → Settings → Webhooks — add endpoint, subscribe to
enquiry.created - 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:
- Create/update stock: Stock API
- Upload images: Image uploads —
POST /api/v1/uploadsmultipart first
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.