A construction project manager at a standing desk working through RFIs and email on a laptop

7 Best AI Automation Tools for Procore in 2026

Procore is the system of record for the job, and its own AI now does real work. Procore AI’s agents draft RFIs from drawings, check submittals against the spec, turn field photos and voice notes into daily logs, and can run when something changes in Procore. Procore says Haskell cut submittal reviews from a week to ten minutes.

The catch is where the work actually shows up. The architect answers the RFI in an Outlook reply instead of in Procore. The drywall sub emails a change order request as a PDF. The owner’s rep wants Thursday’s OAC meeting moved. The steel supplier writes that the delivery slipped a week. None of that starts in Procore, and all of it lands on the PM at 8pm.

Below are seven tools, ranked by how much of that work they take off you.

TL;DR: If your company buys Procore AI, use it for drafting inside Procore. Add Carly for everything that arrives by email: it reads your Outlook or Gmail, logs the answer in Procore, chases whoever owes you a response, and holds your calendar. It connects to thousands of apps, from Procore to QuickBooks to Teams.

ToolPlain-language (no builder)Starts from emailActs outside ProcorePrice
CarlyYesYesYesFree workflows; agents from $35/mo
Procore AIYesNoNoQuoted by Procore
Trunk ToolsYesNo (text questions)Reads other document storesQuoted by volume
ZapierNo (builder)Yes (fixed trigger)YesFree; from ~$19.99/mo
MakeNo (builder)Yes (fixed trigger)YesFree; from ~$12/mo
n8nNo (builder)Yes (fixed trigger)YesFree self-hosted
Claude + community connectorYesNoWhen you askFrom ~$20/mo

1. Carly

Carly is an AI agent with its own real email address, connected to Procore, your Outlook or Gmail inbox, and your calendar. You use it in the browser, text it from the jobsite, CC it on a thread, or message it in Slack.

Here is what that looks like on a job:

  • The RFI answer that came back by email. The architect replies to Josh’s Outlook thread instead of answering in Procore. Carly matches the reply to the open RFI, posts the response in Procore, and tells the sub who was waiting on it.
  • The overdue RFI nobody chased. Every morning Carly checks which RFIs are past due, emails the responsible party with the question and the days overdue, and copies the PM if it slips again.
  • The change order request in a PDF. A sub emails pricing for added blocking. Carly reads the attachment, opens a change event on the right project, and drafts your reply.
  • The daily log from the truck. Emily, the super, texts Carly the crew counts, the rain delay, and the pushed deck pour. Carly files the log against today’s date.
  • The OAC meeting that has to move. The owner’s rep asks for Tuesday instead. Carly checks everyone’s calendar, moves the meeting, and sends the update.
  • The Monday brief. RFIs past due, submittals on your ball-in-court, jobs with no daily log, and open invoices from QuickBooks, in one message.

What makes it different: Procore AI works on what is already in Procore. Carly starts from the email, the text, or the calendar, decides which messages deserve action, and finishes the work across Procore and every other tool you run. It works unattended on a schedule, so the inbox is handled before the first site walk. See how Carly’s agents work.

Best for: PMs, GCs, and project coordinators whose Procore is tidy but whose inbox is not.

Pricing: Free Zapier-style workflows; AI agents from $35/month

Connect Procore: In the Procore Developer Portal, go to My Apps, click Create a New App, add a User Level Authentication data connector component, and add Carly’s callback URL under Redirect URIs in the app’s OAuth Credentials. Promote the version to production and have your company admin install it as a custom app. Then paste the client ID and secret at carlyassistant.com/integrations under Custom API Keys. Repeatable steps, like forwarding every new submittal to the right sub, can run as free Zapier-style workflows. Rather have it set up for you? Book a call.


2. Procore AI

Procore’s own AI, sold as Digital Coworker packages. Deep Search answers questions across specs, drawings, RFIs, and submittals with citations. Prebuilt agents draft RFIs, review submittals against specs, turn field photos, video, and voice into daily logs, and flag contract conflicts. The library is now 20 agents, including safety, schedule, and change analysis, and agents can fire on a Procore event or a schedule. Nothing is committed without a person signing off.

What makes it different from Carly: it is the deepest reader of Procore data there is, and it is native. It works on documents and records inside Procore; the architect’s email thread and your calendar are outside its lane. More in Procore AI.

Best for: Companies ready to put RFI drafting and submittal review on AI inside Procore.

Pricing: Quoted by Procore sales; the Starter Pack is flat-rate, Pro and Enterprise are credit-based


3. Trunk Tools

Construction AI built on Cortex, a knowledge graph that reads every document and drawing on the job from Procore, Box, SharePoint, and other stores. Its tools include TrunkText (text your project a question, get a cited answer), TrunkSubmittal, TrunkRFI, and TrunkBid, with in-person training for site teams.

What makes it different from Carly: excellent at document intelligence and field Q&A. It answers and drafts from project documents; it is not working your inbox, your subs’ replies, or your calendar.

Best for: Larger GCs who want AI across the full document set, not just Procore records.

Pricing: Quoted on construction volume, with no per-seat fees


4. Zapier

Zapier has a Procore app with triggers and actions, and it is the usual way to push Procore records into accounting, a CRM, or a spreadsheet. Zapier MCP also exposes Procore actions to Claude and ChatGPT.

What makes it different from Carly: unmatched reach, but every Zap is plumbing you build and maintain, and it fires on every match with no judgment about which email deserves an RFI update. See Zapier alternatives.

Best for: Syncing Procore with outside systems on fixed rules.

Pricing: Free plan; paid from ~$19.99/month


5. Make

A visual canvas with branching, loops, and data transforms, usually cheaper than Zapier for multi-step scenarios. Its Procore app is community-built rather than maintained by Make, and it needs a registered Procore developer account.

What makes it different from Carly: more power, and more canvas to build and debug, with one scenario per outcome. Carly trades the canvas for plain words. See Make alternatives.

Best for: Technical operators wiring Procore into multi-step processes.

Pricing: Free plan; paid from ~$12/month


6. n8n

Open-source and self-hostable, with AI and agent nodes. There is no dedicated Procore node, so you call Procore’s API through the HTTP Request node with your own OAuth app.

What makes it different from Carly: the most flexible and private option, and you host, build, and maintain all of it. Carly is managed, with nothing to wire. See n8n alternatives.

Best for: Firms with an in-house developer who wants to own the stack.

Pricing: Free self-hosted; cloud from ~$20/month


7. Claude with a community Procore connector

Claude has no official Procore connector, and Procore has not shipped a public MCP server. Technical PMs connect Claude through community MCP servers that wrap Procore’s REST API, or through Zapier MCP. Claude is excellent at reading a long RFI thread.

What makes it different from Carly: you build and vet the connection, and it acts only when you open a chat and ask. See Claude + Procore.

Best for: A PM who wants to ask questions of Procore data and is comfortable setting up a server.

Pricing: From ~$20/month


How to Pick an AI Tool for Procore

  • Your company is buying Procore AI: turn it on for RFI drafting, submittal review, and daily logs. Nothing reads Procore records better.
  • Your documents live across Procore, SharePoint, and Box: Trunk Tools gives cited answers across all of them.
  • You have someone technical who wants to own the plumbing: Zapier, Make, or n8n.
  • The work eating your evenings is the email around Procore (RFI answers, sub pricing, schedule changes, chasing people): go with Carly. It reads the inbox, decides what matters, and finishes the job in Procore with no workflow to build.

FAQ

Does Procore have AI? Yes. Procore AI includes Deep Search and a library of 20 prebuilt agents for RFIs, submittals, daily logs, contracts, safety, and schedules, plus Agent Studio for custom agents on the Enterprise package. It is sold through Procore sales as Digital Coworker packages and works on data in Procore.

Can AI update Procore from my email? Yes. Carly reads the reply from the architect or the sub, matches it to the open RFI, submittal, or change event, updates Procore, and answers the thread.

How do I connect Procore to Carly? Create an app under My Apps in the Procore Developer Portal, add Carly’s callback URL as a Redirect URI, promote the version to production, and have your company admin install it. Then paste the client ID and secret at carlyassistant.com/integrations under Custom API Keys. Every new Procore app comes with a developer sandbox of sample project data, so you can test first.

Is there an official Procore MCP server? Not a public one yet. Today, Claude and ChatGPT reach Procore through community servers or Zapier MCP, and they act when you ask. Carly connects to Procore directly and works on a schedule or the moment an email arrives.


More: Procore AI · Claude + Procore · Construction AI · Best AI tools for construction

Automate other tools: ServiceTitan · Outlook · QuickBooks

Ready to automate your busywork?

Carly schedules, researches, and briefs you—so you can focus on what matters.

See what people say

"Before Carly, I relied on a Calendly link, but the whole process felt impersonal and not very professional. Carly changed that by handling all the back-and-forth, so I'm no longer stuck in endless email threads trying to line up schedules.

Now Carly reaches out to candidates, shares my real-time availability, lets them pick a slot, then sends a Zoom link and drops it straight into my calendar. She sends reminders to both of us before each call, which has significantly reduced no-shows and last-minute confusion.

On top of scheduling, Carly acts like a full executive assistant, sending me my schedule the night before so I can prepare for each call. It reminds me of the old x.ai assistant, but Carly is noticeably smarter, faster, and better suited to my healthcare recruitment business."

Gus Ibrahim, Founder & Director, IHR