Skip to content
Project Monitor logo
Project Monitor logo

Project Monitor Integrations

Project Management

Put Project Monitor to work with AI and enterprise-grade automation

Automate smarter with Project Monitor and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.

Start free with email
Start free with email
Google Logo Continue with Google
  • No-code AI automation
  • Full audit trails and controls
  • SOC 2 and GDPR compliant
  • Easy visual workflow builder
  • 9,000+ apps, 450+ AI tools
  • Free tier available
Project Monitor logoProject Monitor logo
Or pick an app to pair with
arrow pointing down
Integrate Microsoft Teams with Project MonitorIntegrate Microsoft Teams with Project Monitor
Microsoft Teams
Microsoft, Team Chat
Integrate Google Calendar with Project MonitorIntegrate Google Calendar with Project Monitor
Google Calendar
Calendar, Google
Integrate Wrike with Project MonitorIntegrate Wrike with Project Monitor
Wrike
Project Management
Integrate Gmail with Project MonitorIntegrate Gmail with Project Monitor
Gmail
Email, Google
Integrate Microsoft Outlook with Project MonitorIntegrate Microsoft Outlook with Project Monitor
Microsoft Outlook
Calendar, Email, Microsoft
Integrate Kanban Tool with Project MonitorIntegrate Kanban Tool with Project Monitor
Kanban Tool
Project Management
Integrate Google Drive with Project MonitorIntegrate Google Drive with Project Monitor
Google Drive
File Management & Storage, Google
Integrate Notion with Project MonitorIntegrate Notion with Project Monitor
Notion
Task Management
Integrate Google Docs with Project MonitorIntegrate Google Docs with Project Monitor
Google Docs
Documents, Google
Integrate Microsoft Teams with Project MonitorIntegrate Microsoft Teams with Project Monitor
Microsoft Teams
Microsoft, Team Chat
Integrate Google Calendar with Project MonitorIntegrate Google Calendar with Project Monitor
Google Calendar
Calendar, Google
Integrate Wrike with Project MonitorIntegrate Wrike with Project Monitor
Wrike
Project Management
Integrate Gmail with Project MonitorIntegrate Gmail with Project Monitor
Gmail
Email, Google
Integrate Microsoft Outlook with Project MonitorIntegrate Microsoft Outlook with Project Monitor
Microsoft Outlook
Calendar, Email, Microsoft
Integrate Kanban Tool with Project MonitorIntegrate Kanban Tool with Project Monitor
Kanban Tool
Project Management
Integrate Microsoft Teams with Project MonitorIntegrate Microsoft Teams with Project Monitor
Microsoft Teams
Microsoft, Team Chat
Integrate Google Calendar with Project MonitorIntegrate Google Calendar with Project Monitor
Google Calendar
Calendar, Google
Integrate Wrike with Project MonitorIntegrate Wrike with Project Monitor
Wrike
Project Management
Integrate Gmail with Project MonitorIntegrate Gmail with Project Monitor
Gmail
Email, Google
Integrate Microsoft Outlook with Project MonitorIntegrate Microsoft Outlook with Project Monitor
Microsoft Outlook
Calendar, Email, Microsoft
Integrate Kanban Tool with Project MonitorIntegrate Kanban Tool with Project Monitor
Kanban Tool
Project Management
Integrate Google Drive with Project MonitorIntegrate Google Drive with Project Monitor
Google Drive
File Management & Storage, Google
Integrate Notion with Project MonitorIntegrate Notion with Project Monitor
Notion
Task Management
Integrate Google Docs with Project MonitorIntegrate Google Docs with Project Monitor
Google Docs
Documents, Google

Top companies trust Zapier to automate work and free up time

Join millions worldwide who automate their work using Zapier

Google Logo Sign up with Google

Launch your first automated workflow

  • Send emails via Outlook with new tasks in Project Monitor

    • Project Monitor logo
    • Microsoft Outlook logo
    Project Monitor + Microsoft Outlook
  • Send emails via Outlook with new task updates in Project Monitor

    • Project Monitor logo
    • Microsoft Outlook logo
    Project Monitor + Microsoft Outlook
  • Post Slack notifications for new tasks in Project Monitor

    • Project Monitor logo
    • Filter by Zapier logo
    • Slack logo
    Project Monitor + Filter by Zapier + Slack
  • Create Project Monitor tasks from new Google Calendar events

    • Google Calendar logo
    • Project Monitor logo
    Google Calendar + Project Monitor
  • Create tasks in Project Monitor with new tasks in Wrike

    • Wrike logo
    • Formatter by Zapier logo
    • Project Monitor logo
    Wrike + Formatter by Zapier + Project Monitor
  • Get Slack notifications for new deleted projects in Project Monitor

    • Project Monitor logo
    • Slack logo
    Project Monitor + Slack
  • Send emails via Outlook with new tasks in Project Monitor

    • Project Monitor logo
    • Microsoft Outlook logo
    Project Monitor + Microsoft Outlook
  • Send emails via Outlook with new task updates in Project Monitor

    • Project Monitor logo
    • Microsoft Outlook logo
    Project Monitor + Microsoft Outlook
  • Post Slack notifications for new tasks in Project Monitor

    • Project Monitor logo
    • Filter by Zapier logo
    • Slack logo
    Project Monitor + Filter by Zapier + Slack
  • Create Project Monitor tasks from new Google Calendar events

    • Google Calendar logo
    • Project Monitor logo
    Google Calendar + Project Monitor
  • Create tasks in Project Monitor with new tasks in Wrike

    • Wrike logo
    • Formatter by Zapier logo
    • Project Monitor logo
    Wrike + Formatter by Zapier + Project Monitor
  • Get Slack notifications for new deleted projects in Project Monitor

    • Project Monitor logo
    • Slack logo
    Project Monitor + Slack
    • Supported triggers and actions

      Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.

        • Title
          Required
        Trigger
        Instant
        Try It
        • Title
          Required
        Trigger
        Instant
        Try It
        • Title
          Required
        Trigger
        Instant
        Try It
        • Title
          Required
        • Description
        • Project code
          Required
        • Start date
          Required
        • End date
          Required
        • Project manager login
        • State code
        • Template code
        • External reference
        • Source application
          Required
        • Custom attributes
        • Reference links
        Action
        Write
        • Title
          Required
        Trigger
        Instant
        Try It
        • Title
          Required
        Trigger
        Instant
        Try It
        • Title
          Required
        Trigger
        Instant
        Try It
        • Title
          Required
        • Description
        • Project code
          Required
        • State code
        • Priority code
        • Type Code
        • User assigned login
        • Sender login
        • Due date
        • External reference
        • Source application
          Required
        • Custom attributes
        • Attachment
        • Pjs
        Action
        Write

      For builders

      Let your AI safely access Project Monitor

      Go beyond Zap workflows. Install Zapier in your AI to call Project Monitor actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.

      No code

      Call actions in natural language with Zapier MCP

      Act in Project Monitor from your AI—no exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.

      Example actions on this page

      • Create Project
      • Create Task

      Works with

      Claude · ChatGPT · Cursor · Any MCP-compatible AI

      Install Zapier MCP
      Code

      Work in code with the Zapier SDK

      Expose Project Monitor actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().

      Install

      npm install @zapier/zapier-sdk
      npm install -D @zapier/zapier-sdk-cli
      zapier-sdk login
      # create a Project Monitor connection @ https://zapier.com/app/assets/connections

      Run an action

      // Typescript
      import { createZapierSdk } from "@zapier/zapier-sdk";
      
      const zapier = createZapierSdk();
      
      const { data: connection } = await zapier.findFirstConnection({ app: "project-monitor", owner: "me" });
      
      await zapier.runAction({
        app: 'project-monitor',
        action: 'create_project',
        connection: connection.id,
        input: {
          {inputKeyValuePairs}
        },
      });
      Open the SDK docs

      Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.

      Project Monitor Help & Support

      Common questions

      project-monitor logo
      About Project Monitor
      Project Monitor is a PPM software that aims to manage your portfolios for all kinds of projects/sectors. Control the entire lifecycle, from request management to project execution. Measure progress on your team's workload and save time with a data-driven dashboard.
      Related categories

      Popular Project Monitor Integrations