Skip to main content
Quikly offers multiple ways to integrate with your existing stack. Whether you want to automate proposal creation from incoming leads, receive real-time notifications when a client responds, or let an AI assistant build proposals on your behalf, there’s an integration path for you.

Available integrations

REST API

Programmatic access to proposals, AI analysis, rate recommendations, and more. Authenticate with an API key and call endpoints from any language or platform.

Webhooks

Receive HTTP POST notifications when proposals are created, shared, accepted, rejected, or when new leads arrive. Verify payloads with HMAC-SHA256 signatures.

MCP server

Use quikly-mcp-server with Cursor, Claude Desktop, or Claude Code to create and manage proposals directly from your AI coding assistant.

n8n workflows

Automate your pre-sales pipeline with ready-made n8n workflow templates. Turn Telegram messages or form submissions into proposals without writing code.

Telegram bot

Receive leads and manage proposal creation directly from Telegram. Connect your BotFather bot to Quikly and get notified when clients respond.

Web widget

Embed an AI-powered pre-sales agent on your website. It qualifies technical leads, runs discovery, and generates proposal drafts — 24/7.

Quick comparison

IntegrationAuth methodBest for
REST APIAPI key (X-API-Key header)Custom integrations, scripts, CI/CD pipelines
WebhooksHMAC-SHA256 signature verificationReal-time event notifications to your server or CRM
MCP serverAPI key via environment variableAI-assisted proposal creation from Cursor or Claude
n8nAPI key in HTTP Request nodeNo-code automation workflows
Telegram botWebhook URL from BotFatherLead intake and notifications on mobile
Web widgetPublic key + domain allowlistCapturing leads from your website

Rate limits by plan

PlanMonthly API callsRate limit
Starter155/min
Professional2,00030/min
Agency10,00060/min
LifetimeUnlimited60/min
Check your current usage at any time with GET /api/external/v1/usage.

Base URL

All API endpoints use the following base URL:
https://api.getquikly.com/api/external/v1
The REST API uses a separate authentication path from the web app. You need an API key, not your login credentials. See API keys to get started.