Search K
Appearance
Appearance
Overview Use this guide to create and configure a Monday.com service account in MinuteView Console. This service account enables integration with Monday.com project management and collaboration platform including:
- Project synchronization - Sync project data and tasks between MinuteView and Monday.com
- Task management - Create, update, and track tasks across both platforms
- Workflow automation - Trigger Monday.com actions from MinuteView workflows
- Status updates - Automatically update project statuses and progress
- Data integration - Pull Monday.com data into MinuteView for reporting and analysis
- Team collaboration - Maintain project visibility across both platforms
This service account uses Monday.com API key authentication for secure access to your Monday.com workspace data.
Although this account authenticates with an API key (not an OAuth login), MinuteView calls Monday.com server-side — the API key is sent with every request from the MinuteView server and the automation engine when a workflow node runs. The server must therefore have outbound internet access to Monday.com's API host.
The following must be accessible via HTTPS (port 443) from the server where MinuteView is installed:
| Domain | Purpose |
|---|---|
api.monday.com | All Monday.com API calls (boards, items, and file uploads via the GraphQL API) |
Server Access Required
If the server cannot reach api.monday.com, Monday.com workflow tasks and the connection test will fail even though the API key is valid.
https://[yourworkspace].monday.comMinuteView IntegrationImportant: The API token provides access to your Monday.com workspace. Store it securely and never expose it in code or logs.
Monday.com API provides access to:
Monday-ProjectIntegration (use descriptive naming)https://yourcompany.monday.com)Use Monday.com service account in MinuteView automation workflows:
The service account provides access to:
Invalid API Token
Access Denied
Rate Limit Exceeded
Data Sync Problems
Workflow Failures
Name: Monday-Production-Main
Type: Monday.com
API Token: [your-api-token]
Workspace URL: https://yourcompany.monday.com
Default Board: Project Management Board
Purpose: Production project integrationName: Monday-Development-Test
Type: Monday.com
API Token: [your-test-token]
Workspace URL: https://dev-yourcompany.monday.com
Default Board: Test Projects Board
Purpose: Development and testing environmentName: Monday-Engineering-Dept
Type: Monday.com
API Token: [your-dept-token]
Workspace URL: https://yourcompany.monday.com
Default Board: Engineering Projects
Purpose: Engineering department project trackingName: Monday-Automation-Service
Type: Monday.com
API Token: [your-automation-token]
Workspace URL: https://yourcompany.monday.com
Purpose: Automated workflow integration
Rate Limit: Conservative (respect limits)This configuration enables comprehensive Monday.com integration for MinuteView, supporting project synchronization, task management, workflow automation, and team collaboration across both platforms.