HubSpot
Deep two-way CRM sync. OAuth in once, push enriched leads back into the right pipeline stage.
Native HubSpot. n8n connector hub for Salesforce, Pipedrive, Zoho, Microsoft Dynamics, and 100+ others. Or call our REST API directly — HMAC + Bearer auth, sub-second real-time, async batches up to 10,000 leads per submission.
OAuth in once. Push enriched leads back into the right pipeline stage. Custom-field mapping, workflow triggers, list membership — all bidirectional.
Self-hosted at n8n.relishdemand.com. Header-auth from our cloud functions; orchestration logic stays under your control.
HMAC-SHA256 + Bearer auth. Configurable rate limits per partner. Webhook receivers for any inbound event, webhook delivery for any node completion.
A dozen surfaces, three patterns. CRM partners, the connector hub, the API + webhook layer, plus the infrastructure pieces that hold it together.
Deep two-way CRM sync. OAuth in once, push enriched leads back into the right pipeline stage.
Connect via the n8n connector hub. Lead, Contact, and Account objects supported out of the box.
Routed through the n8n connector hub. Map enriched fields to Person and Organisation custom fields.
CRM + Bigin both supported via n8n. Configurable rate limits per partner workspace.
Two-way sync via n8n. Lead, Account, and Opportunity entities, scoped by environment.
Self-hosted at n8n.relishdemand.com. Webhook-driven, header-auth, the bridge to 100+ tools we don’t natively integrate with.
POST raw lead payloads to a per-partner endpoint. HMAC-SHA256 signed; rate limits configurable per workspace.
Stream enriched results back to your endpoint as soon as a node completes — sub-second for real-time, batched for async.
Bearer + HMAC authentication, OpenAPI-described, idempotent submission. Submit leads, retrieve results, replay by request ID.
Partner billing rolled up monthly. Usage-based invoicing, customer portal, refund + dispute hooks.
Single sign-on for the partner portal. Email + Google supported; SCIM and SAML on the enterprise plan.
Internal queue layer that powers the 500-record parallel chunks behind every async batch — visible in your job logs.
Submit up to 10,000 leads per call. We chunk into 500-record parallel batches, run each lead through your workflow, and stream completion events to the callback you supplied.
POST https://api.relishdemand.com/v1/enrichmentWebhook
Authorization: Bearer rd_live_...
X-RD-Signature: sha256=...
{
"leads": [
{ "email": "ada@example.com", "company": "Example Co" }
],
"workflowId": "wf_brand_dna_score",
"callbackUrl": "https://you.example.com/hooks/rd"
}Most integrations land in the connector hub within a day. Custom workflows, signed contracts, EU data residency — all fair game for the demo conversation.