Ingest webhooks
Manual CSV import is fine for tests. Production teams often push leads from Salesforce, HubSpot, or middleware using an ingest webhook.
Each data table can expose a URL and token. Your CRM sends HTTP requests with row data; CXGear appends rows to the table.
Guides for common CRMs are available in the product UI when you open the ingest webhook panel.
Screenshot needed
Ingest webhook panel showing URL and token (token partially masked if possible).
Where: Data tables → Ingest webhook
Save as:
src/assets/screenshots/32-ingest-webhook.pngGood practice
Section titled “Good practice”- Set metadata fields so only useful columns enter spinners.
- Keep the ingest token secret (treat it like a password).
- Send the same column names your table already uses.
- After rows land, run or schedule a spinner as usual.
Related
Section titled “Related”Organization API keys can also ingest or trigger work. See API keys & webhooks.