Connect POD to
Everything.
Live connectors to the tools your team already uses — plus a REST API and webhooks — are on our roadmap, so your field data will flow where it needs to go. Today, POD reads Primavera P6, MS Project, and Excel files directly when you upload them.
How Connected POD Will Work
A preview of the integration roadmap. Once live connectors ship, data will move between POD and your platforms. Toggle between push, pull, webhook, and export modes.
The Integration Problem
Your data is trapped in silos. Every manual transfer is a chance for error.
Data Silos Across Platforms
Daily reports live in one system, safety in another, budget in a third. Your PM spends an hour each morning piecing together a picture that should be instant.
Manual Data Transfer Breeds Errors
Every time someone copies a number from a field report into another system, there is a chance of error. Multiply that by dozens of entries per day and errors compound silently.
No Single Source of Truth
When the same data exists in four systems, which version is correct? Conflicting numbers across platforms erode trust and slow decision-making.
Custom Integrations Cost Six Figures
Building API bridges between construction platforms requires months of developer time. Most contractors cannot justify a six-figure integration project.
Reads Your Files Today. Connectors Next.
Upload a P6, MS Project, or Excel file and POD maps it to KPIs today. Live connectors, a REST API, and webhooks are in active development.
Reads Your Schedule and Cost Files
Available todayUpload a Primavera P6 (XER), MS Project (XML export), or Excel file and POD reads it, then maps the data to KPIs automatically. No developer, no manual re-entry.
Live Connectors
On the roadmapDirect connections to the project-management, scheduling, and accounting platforms you already run, so field data moves between them and POD. In active development.
REST API
On the roadmapA REST API with documentation and code examples so you can push and pull data between POD and any internal system. In active development.
Real-Time Webhooks
On the roadmapEvent notifications when reports are submitted, incidents are logged, or milestones are completed, so your systems react as work happens. In active development.
On the Integration Roadmap
Connectors we are building so POD works with the platforms your team already runs. In active development, not yet available.
Project Management
Field logs, RFIs, submittals
Scheduling
Enterprise scheduling
BIM & Model Coordination
Model coordination & docs
Accounting & ERP
Cost, invoices, payroll
Construction ERP
Job cost & operations
Document Management
Files, lists, workflows
The REST API We Are Building
Clean endpoints, documentation, and code examples so you can push and pull POD data. In active development. The example below previews the planned design.
RESTful Endpoints
Clean, versioned API with JSON responses. Full CRUD operations on all resources with pagination, filtering, and field selection.
OAuth 2.0 Security
Scoped API tokens with role-based permissions. HMAC-signed webhook payloads. TLS 1.3 encryption on every request.
Rate Limits & Monitoring
Generous rate limits with clear headers. Real-time API usage dashboard. Automatic retry with exponential backoff on failures.
curl -X GET "https://api.planofday.com/v1/reports/daily" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"project_id": "proj_abc123",
"date_range": "2026-03-01..2026-03-16",
"include": ["safety", "workforce", "weather"]
}'Data Currency at a Glance
POD tracks how current your project data is and flags stale documents, so you always know what is up to date.
Webhooks We Are Building
Planned event delivery so your systems can react the moment something happens in the field. In active development, not yet available.
report.submittedFired when a daily report is submitted by any crew member.
incident.createdImmediate notification when a safety incident is logged.
milestone.reachedTriggered when a project milestone is marked complete.
sync.failedAlert when an integration sync encounters an error.
Bring your schedule and cost files into POD.
Today, POD reads your Primavera P6, MS Project, and Excel files and maps them to KPIs automatically. Live connectors, a REST API, and webhooks are on the roadmap.
Frequently Asked Questions
Last updated: March 2026