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.
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.
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.