digiformaQuery Digiforma training management platform via GraphQL API. Use when asked about trainees, sessions, invoices, programs, trainers, or any training data.
Install via ClawdBot CLI:
clawdbot install mibbou/digiformaDigiforma is a French training management platform (centre de formation). Query it via GraphQL.
All requests use Bearer token auth. The API key is stored in environment variable DIGIFORMA_API_KEY.
POST https://app.digiforma.com/api/v1/graphql
Use curl:
curl -s -X POST https://app.digiforma.com/api/v1/graphql \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $DIGIFORMA_API_KEY" \
-d '{"query": "YOUR_GRAPHQL_QUERY"}'
{ trainees(perPage: 20, page: 1) { items { id firstName lastName email phone } pagination { totalItems totalPages } } }
{ trainees(perPage: 10, page: 1, search: "NOM") { items { id firstName lastName email phone } } }
{ trainingSessions(perPage: 20, page: 1) { items { id name status startDate endDate program { name } } pagination { totalItems totalPages } } }
{ programs(perPage: 20, page: 1) { items { id name duration } pagination { totalItems totalPages } } }
{ invoices(perPage: 20, page: 1) { items { id number amount status dueDate company { name } } pagination { totalItems totalPages } } }
{ trainers(perPage: 20, page: 1) { items { id firstName lastName email } pagination { totalItems totalPages } } }
{ trainingSession(id: ID) { id name status startDate endDate program { name } trainees { firstName lastName email } trainer { firstName lastName } } }
Always use perPage and page. Check pagination.totalPages to know if more pages exist.
Generated Mar 1, 2026
A training center uses Digiforma to manage daily operations, including tracking trainee enrollments, scheduling sessions, and monitoring program progress. Administrators can quickly query trainee lists, session statuses, and trainer assignments to ensure smooth delivery and compliance with training schedules.
Finance teams leverage Digiforma to handle invoicing and payment tracking for training programs. By querying invoice data, they can monitor outstanding payments, generate financial reports, and reconcile accounts with company clients, improving cash flow management and reducing administrative errors.
Training coordinators use Digiforma to assess trainer effectiveness by analyzing session details and trainee feedback. They query trainer lists and session assignments to optimize schedules, allocate resources efficiently, and ensure high-quality instruction across multiple programs.
Organizations in regulated sectors like healthcare or finance use Digiforma to maintain compliance records for mandatory training. They query session data and trainee attendance to generate audit reports, verify completion statuses, and ensure adherence to industry standards and legal requirements.
Digiforma operates on a subscription model where training centers pay monthly or annual fees for access to the platform. Revenue is generated through tiered pricing based on features like user count, data storage, and advanced analytics, providing predictable income and scalability for the provider.
The platform offers API access with usage-based billing, where clients pay per query or data transaction. This model appeals to larger organizations with high-volume data needs, generating revenue from API calls, data exports, and integration services, while allowing flexible scaling for users.
Digiforma provides enterprise licenses with custom features and dedicated support for large training networks or corporations. Revenue comes from one-time setup fees, ongoing maintenance contracts, and customization services, targeting clients needing tailored solutions and high reliability.
💬 Integration Tip
Ensure the DIGIFORMA_API_KEY is securely stored as an environment variable and use pagination in queries to handle large datasets efficiently, avoiding API rate limits.
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...
Build, debug, and deploy websites using HTML, CSS, JavaScript, and modern frameworks following production best practices.
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Scaffold, test, document, and debug REST and GraphQL APIs. Use when the user needs to create API endpoints, write integration tests, generate OpenAPI specs, test with curl, mock APIs, or troubleshoot HTTP issues.
Search for jobs across LinkedIn, Indeed, Glassdoor, ZipRecruiter, Google Jobs, Bayt, Naukri, and BDJobs using the JobSpy MCP server.