Relish Demand
Product · Integrations

API-first. Webhook-ready. Connector-rich.

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.

Native

HubSpot, deep two-way.

OAuth in once. Push enriched leads back into the right pipeline stage. Custom-field mapping, workflow triggers, list membership — all bidirectional.

Connector hub

Via n8n: Salesforce, Pipedrive, Zoho, Microsoft.

Self-hosted at n8n.relishdemand.com. Header-auth from our cloud functions; orchestration logic stays under your control.

API + webhooks

Full programmatic control.

HMAC-SHA256 + Bearer auth. Configurable rate limits per partner. Webhook receivers for any inbound event, webhook delivery for any node completion.

Integration directory

Connect Relish Demand to the stack you already run.

A dozen surfaces, three patterns. CRM partners, the connector hub, the API + webhook layer, plus the infrastructure pieces that hold it together.

CRM

HubSpot

Deep two-way CRM sync. OAuth in once, push enriched leads back into the right pipeline stage.

Learn more
Connector hub

Salesforce

Connect via the n8n connector hub. Lead, Contact, and Account objects supported out of the box.

Learn more
Connector hub

Pipedrive

Routed through the n8n connector hub. Map enriched fields to Person and Organisation custom fields.

Learn more
Connector hub

Zoho

CRM + Bigin both supported via n8n. Configurable rate limits per partner workspace.

Learn more
Connector hub

Microsoft Dynamics

Two-way sync via n8n. Lead, Account, and Opportunity entities, scoped by environment.

Learn more
Connector hub

n8n

Self-hosted at n8n.relishdemand.com. Webhook-driven, header-auth, the bridge to 100+ tools we don’t natively integrate with.

Learn more
Webhook

Webhook ingest

POST raw lead payloads to a per-partner endpoint. HMAC-SHA256 signed; rate limits configurable per workspace.

Learn more
Webhook

Webhook delivery

Stream enriched results back to your endpoint as soon as a node completes — sub-second for real-time, batched for async.

Learn more
API

REST API

Bearer + HMAC authentication, OpenAPI-described, idempotent submission. Submit leads, retrieve results, replay by request ID.

Learn more
Billing

Stripe

Partner billing rolled up monthly. Usage-based invoicing, customer portal, refund + dispute hooks.

Learn more
Auth

Firebase Auth

Single sign-on for the partner portal. Email + Google supported; SCIM and SAML on the enterprise plan.

Learn more
API

Cloud Tasks

Internal queue layer that powers the 500-record parallel chunks behind every async batch — visible in your job logs.

Learn more
API + webhooks

One POST to enrich. One webhook to receive.

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.

  • ·Bearer + HMAC-SHA256 signed payloads.
  • ·Per-partner rate limits, default 60 req/min.
  • ·Idempotency keys on every submission.
  • ·Replay any request by ID for 30 days.
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"
}
Plug us in

Don't see your stack? Tell us — we'll wire it on the call.

Most integrations land in the connector hub within a day. Custom workflows, signed contracts, EU data residency — all fair game for the demo conversation.