Preguntas Frecuentes: Etiqueta

Etiqueta: api

Categorías

    Etiquetas

      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.

      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.