INTEGRATIONS · WEBHOOKS

Connect Cord to any ERP or CRM. No waiting for a connector.

We don't maintain proprietary connectors for every system (SAP, Oracle, Salesforce…). Instead, Cord emits signed webhooks on every event of your sales cycle — point them at Zapier, Make, n8n, or your own backend and react in real time. Everything you see in the app is also available via REST API.

On every plan · webhooks capped by plan (Free 1 → Developer 100) · native Slack · free test keys for the API

POST https://tu-erp.com/webhooks/cord 200 OK
X-Cord-Event: quote.paid X-Cord-Signature: sha256=4f1ad8c…
{
  "event": "quote.paid",
  "data": {
    "folio": "COT-0149",
    "status": "paid",
    "total": 196469.2,
    "cliente": "El Zarco Distribution"
  }
}
delivered · auto-retry on failure
events Cord emits: sent, viewed, approved, rejected, paid, invoiced 6
HMAC-SHA256 signature per delivery (X-Cord-Signature), verifiable 1
ways to integrate: outbound webhooks, REST API and MCP 3

OUTBOUND WEBHOOKS

Your system reacts to every sales event.

Register a URL under Settings › Developers › Webhooks and pick the events you care about. When a quote is sent, viewed, approved, rejected, paid, or invoiced, Cord POSTs the JSON payload. Each delivery is signed with HMAC-SHA256 in the X-Cord-Signature header so you can verify it came from Cord. It's best-effort with one retry, and every attempt is logged so you can replay it.

  • Header X-Cord-Signature: sha256=<hmac of the raw body> + X-Cord-Event
  • Payload with id, folio, status, total, client and public link
  • Delivery log with status, latency and a replay button in Settings
quote.paid
POST · webhook200 OK
{
  "event": "quote.paid",
  "data": {
    "folio": "COT-0149",
    "total": 196469.2
  }
}
X-Cord-Signaturesha256=4f1a…

NO PROPRIETARY CONNECTORS

Zapier, Make, n8n, or your backend.

Instead of locking you into a "native" connector per vendor, you point the webhook at a no-code platform (Zapier, Make, n8n) and from there reach thousands of apps —including SAP, Oracle, Salesforce, HubSpot or Notion— without us writing code for you. Want full control? Call the REST API directly. And if your team lives in Slack, that one is a native integration: alerts for every event arrive on their own.

  • Connect to 5,000+ apps via Zapier / Make / n8n with one webhook
  • Or use the REST API: create quotes, clients and products from your code
  • Native Slack: automatic notification on every quote event
1 webhook → ∞ apps
Destinosactivos
Zapier
Make
n8n
Slacknativo
Tu backend / ERP

EN TRES PASOS

Listo en minutos, no en semanas.

1
Register your endpoint Under Settings › Developers › Webhooks. Pick the events and save the secret (shown once).
2
Verify the signature Compute the HMAC-SHA256 of the raw body with your secret and compare it to X-Cord-Signature.
3
Route to your system Process the JSON in your backend, or drop it into Zapier/Make/n8n to reach your ERP or CRM.
REST API REST API Cord stops being just a screen for humans and becomes a system your other systems can talk to.

START TODAY

Connect Cord to your stack today.

Register a webhook or generate a test key and receive your first event in minutes.

No credit card required · Free plan forever