Dashboard
AI
Terug naar dashboard
<% if (saved) { %>
Integratie opgeslagen.
<% } %>
Integraties
Verbind externe systemen met je Mek-Tech consultancy platform — AI, calendar, CRM en boekhouding.
<% var activeIds = (activeIntegrations || []).map(function(i){ return i.id; }); integrations.forEach(function(integration) { var isConnected = activeIds.indexOf(integration.id) >= 0; %>
<%= integration.name %>
<%= integration.description %>
<%= isConnected ? 'Verbonden' : 'Beschikbaar' %>
<% if (integration.category === 'ai') { %>
Configureren
<% } else if (isConnected) { %>
Verbreken
Test
<% } else { %>
Verbinden
<% } %>
<% }) %>
Integratie verbinden
API Key / Token
Webhook URL
Opslaan & verbinden
Annuleren