Corcava logoLe seul outil métier dont vous avez besoinCorcava
Menu

Integrations

How does the Slack integration work?

Corcava's Slack integration allows you to chat with the AI assistant directly in Slack. Connect your Slack account in Settings > Integrations, then send direct messages to the Corcava bot or mention @Corcava in channels to ask questions about your business data. The AI assistant provides the same capabilities as the web chat, including natural language queries about time tracking, projects, deals, invoices, and team performance. Available for organization managers and super administrators.

Can I use the AI assistant in Slack?

Yes! Connect your Slack account in Settings > Integrations to chat with Corcava's AI assistant directly in Slack. You can send direct messages to the bot or mention @Corcava in channels. The AI assistant maintains conversation history and provides the same intelligent insights as the web chat, answering questions about time tracking, projects, deals, invoices, and more. This feature is available to organization managers and super administrators.

What features are available through Telegram?

Corcava's Telegram integration lets you receive notifications directly in Telegram with granular control over each notification type. Choose to receive task assignments, meeting invites, daily summaries, team reports, and feature updates via Telegram, email, or both. Simply connect your Telegram account in Settings > Integrations, then configure your preferences in Settings > Notifications. Perfect for teams that live in Telegram and want instant updates without switching apps.

How does the Cursor integration work?

When you connect Cursor to Corcava you get two things. (1) Coding Report—add your Cursor Admin API key in Settings > Integrations > Cursor; then in Reports > Coding Report you'll see Cursor usage and spend alongside time tracking and Git activity. (2) Task context and time tracking in the editor—add the Corcava MCP server and your Corcava API key to ~/.cursor/mcp.json; your AI assistant in Cursor can then read tasks, create or update tasks, start and stop time tracking, and add comments without leaving the editor.

Does Corcava sync with Google Calendar?

Yes, Corcava offers two-way Google Calendar synchronization. Meetings and events created in Corcava automatically appear in Google Calendar, and updates in either platform reflect everywhere. This prevents double-booking and ensures your schedule is always synchronized.

How do I add a chat widget to my website?

Corcava provides an embeddable chat widget that you can add to your website with a single line of code. The widget is customizable to match your brand, includes AI-powered automatic responses, and allows website visitors to chat directly with your team. All conversations are tracked in Corcava.

How do I post jobs to Career Habr and Freelancer.com?

Corcava integrates directly with Career Habr and Freelancer.com. You can create job postings within Corcava with AI-powered description generation, then post them directly to these job boards without leaving the platform. The integration includes intelligent form validation and member assignment for managing applicants.

How does the Stripe integration work?

Corcava integrates with Stripe for payment processing. Clients can pay invoices online via credit card, payment status updates automatically via webhooks, and you can accept both one-time invoice payments and subscription billing. All payment data is securely processed through Stripe's PCI-compliant infrastructure.

Can clients pay invoices with cryptocurrency?

Yes! Through the PassimPay integration, Corcava accepts cryptocurrency payments for invoices. Supported cryptocurrencies are configurable, payment status updates via webhooks, and clients can choose crypto as a payment option alongside traditional card payments.

Does Corcava integrate with QuickBooks?

QuickBooks synchronization is on the roadmap for Q2 2026 and beyond. This will enable automatic sync of invoices, payments, and expenses between Corcava and QuickBooks for seamless accounting workflows.

Can I integrate Corcava with Zapier?

A Zapier connector is planned for Q2 2026 and beyond, which will enable unlimited integrations with thousands of apps through Zapier's platform. Currently, Corcava offers direct integrations with Slack, Telegram, Google Calendar, Stripe, email providers, and job boards.

Can I track social media interactions with contacts?

Yes, Corcava's outreach tracking includes social media integration. You can connect social media accounts, monitor interactions across platforms like LinkedIn, Twitter, Facebook, and keep all customer touchpoints in one place alongside email, calls, and other communications.

Does Corcava support webhooks for custom integrations?

Yes, Corcava supports webhooks for custom integrations and external triggers. You can configure webhooks to fire on specific events like task movements, deal stage changes, invoice payments, and other actions. This enables integration with any external system that accepts webhook data.

Is there an API for custom development?

Yes! Corcava provides a comprehensive RESTful Public API for custom integrations and automation. Access your projects, tasks, boards, clients, contacts, and tickets programmatically. Generate API keys from Settings → Integrations, and use standard HTTP methods to create, read, update, and delete resources. Full interactive API documentation is available at /api/v1/docs with examples and endpoint details.

How do I get started with the Public API?

Generate your API key from Settings → Integrations → Public API section. Click 'Generate API Key' and copy it immediately - it's only shown once. Include the key in the Authorization header (Bearer YOUR_API_KEY) with all requests to https://corcava.com/api/v1. Visit /api/v1/docs for complete interactive documentation with all endpoints, request/response examples, and testing capabilities.

What can I do with the Public API?

The Public API provides full CRUD access to projects, tasks, boards, clients, contacts, and tickets. Create projects automatically, sync tasks from external tools, build custom dashboards, integrate with webhooks, and automate workflows. All requests are automatically scoped to your team for security. Use filtering, searching, and pagination to efficiently retrieve data. Perfect for developers building custom integrations or automating repetitive tasks.

Can I automate board activity exports using the API?

Yes! The board activity export feature is available through the Public API at GET /api/v1/boards/{id}/export-activity. This allows you to automate regular exports, integrate time data with accounting systems, or build custom reporting tools. Requires API key authentication. See the Public API documentation for complete details.

Can I connect AI assistants like Claude or Cursor to Corcava?

Yes! Corcava supports the Model Context Protocol (MCP), allowing you to connect AI assistants like Claude Desktop, Cursor, Windsurf, and Continue directly to your workspace. Your AI can read task details, create tasks, track time, add comments, and more. To set it up, go to Settings > Integrations > Public API to generate an API key, then configure your AI assistant with the MCP server URL (https://app.corcava.com/mcp) and your API key.

What is the Coding Report and how does it use GitHub?

The Coding Report puts time tracking and Git activity in one place—built for coding teams. Connect GitHub or GitLab in Settings > Integrations, then open Reports > Coding Report to see commits and repo activity alongside your team's tracked time. Filter by date range, link GitHub users to Corcava users for clear attribution, and when Cursor is connected, view Cursor usage in the report too. You get both "how long" and "what shipped" in a single view.

How does AI task estimation work?

AI task estimation uses your linked GitHub or GitLab repository to suggest realistic development time (or an implementation approach) for a task. Connect a repo in Settings > Integrations (same as for the Coding Report), then from a task on a project board use the Analyze or Estimate action. The AI examines your codebase and returns estimated hours, complexity, and a short explanation. You can apply the estimate to the task so it shows on the board.