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

HubSpot and Slack connect directly from Settings. For everything else (SAP, Oracle, Salesforce…) 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 · 16 endpoints from the Free plan (up to 100 on Developer) · direct HubSpot and Slack · free test keys for the API

POST tu-erp.com/webhooks/cord200 OK
X-Cord-Event: quote.paid
X-Cord-Signature: sha256=4f1ad8c…
Content-Type: application/json
{
  "event": "quote.paid",
  "created_at": "2026-06-26T12:41Z",
  "data": {
    "folio": "COT-0149",
    "status": "paid",
    "total": 196469.2,
    "cliente": "El Zarco Distribution"
  }
}
delivered · auto-retry on failureHMAC-SHA256

OUTBOUND WEBHOOKS

Your system reacts to every sales event.

Register a URL from the developer Workbench and pick the events you care about. When a quote is created, sent, approved, or paid, when an invoice is issued, or when a client, product, task, or payment promise changes, Cord POSTs the JSON payload. Each delivery is signed with HMAC-SHA256 and a timestamp so you can verify it came from Cord. If your server fails, Cord retries with backoff up to 11 times, and every attempt is logged so you can replay it.

  • Header X-Cord-Signature-V1: t=<unix>,v1=<hmac>, with replay protection
  • Payload with id, folio, status, currency, total, client and public link
  • Delivery log with status, latency and a replay button
POST tu-erp.com/webhooks/cord200 OK
X-Cord-Event: quote.paid
X-Cord-Signature: sha256=4f1ad8c…
{
  "event": "quote.paid",
  "data": {
    "folio": "COT-0149",
    "total": 196469.2,
    "cliente": "El Zarco"
  }
}
HMAC-SHA256 del cuerpo crudoreintento auto

NO PROPRIETARY CONNECTORS

Zapier, Make, n8n, or your backend.

For systems without a direct connection, you point the webhook at a no-code platform (Zapier, Make, n8n) and from there reach thousands of apps —including SAP, Oracle, Salesforce, or Notion— without us writing code for you. Want full control? Call the REST API directly. HubSpot and Slack are direct: clients and quotes reach HubSpot as Companies, Contacts, and Deals, and alerts for every event arrive in Slack on their own.

  • Connect to 5,000+ apps via Zapier / Make / n8n with one webhook
  • Zapier and Make can create and delete their own subscriptions through the API
  • Or use the REST API: create quotes, clients and products, and change a quote status from your code
  • Native Slack: automatic notification on every quote event
Destinos del webhook1 → ∞ apps
Zapier6,000+ apps sin código
Activo
Makeescenarios visuales
Activo
n8nself-hosted
Listo
Slackintegración nativa
Nativo
Tu backend / ERPendpoint HTTP propio
Directo
Sin esperar un conector propietario6 eventos
Reintentos y timeoutsPor entrega
Intento 1falló · 502
Reintento · 300 ms despuésen curso
Intento 2200 OK
Timeout por intento5 s
No bombardea tu servidorBackoff corto
Secret de firmaMostrado 1 vez
whsec_9f2a••••••••c81b
Cópialo al crearloDespués, solo su huella

HOW IT ACTUALLY BEHAVES

What happens when something fails

Copy it when you create it — after that, only its fingerprint remains to sign with, no way to see it in full again.

If your endpoint fails, Cord retries up to 11 times with growing waits. After 5 consecutive failures it deactivates the endpoint and emails you, instead of hammering a server that is down.

If your endpoint doesn't respond in time, Cord cuts the connection and marks it a failure — it never hangs waiting.

FREQUENTLY ASKED QUESTIONS

What developers ask about Integrations & webhooks.

Not for those systems: direct connections exist for HubSpot and Slack. For SAP, Salesforce, or Oracle, Cord emits signed webhooks (HMAC-SHA256) on every sales-cycle event that you point at Zapier, Make, n8n, or your own backend to connect with SAP, Salesforce, or any other system.

Your team can configure 16 endpoints on Free, Starter, and Pro, 32 on Scale, and 100 on Developer. Subscriptions created by Zapier, Make, or other integrations through the API have a separate allowance of 100 per organization on every plan, so each Zap doesn't use up one of your team's endpoints.

Every delivery includes the X-Cord-Signature-V1 header with a timestamp and an HMAC-SHA256 of the raw body, signed with the secret Cord gave you when you created the endpoint. You validate it before processing the event; the timestamp protects you from someone replaying an old delivery.

REST APIREST APICord 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