Weavz
ConstructionOnline

ConstructionOnline

ConstructionOnline project, contact, estimate, change order, time tracking, and daily log operations.

25 tools
5 triggers

Tools

Name
list_projects

List ConstructionOnline project records using documented query parameters.

get_project

Get a ConstructionOnline project by ID.

create_project

Create a ConstructionOnline project with the documented JSON request body.

update_project

Update a ConstructionOnline project by exact ID with the documented JSON request body.

delete_project

Delete a ConstructionOnline project by exact ID. The provider models deletes as action=DELETE on documented endpoints.

list_contacts

List ConstructionOnline contact records using documented query parameters.

get_contact

Get a ConstructionOnline contact by ID.

create_contact

Create a ConstructionOnline contact with the documented JSON request body.

update_contact

Update a ConstructionOnline contact by exact ID with the documented JSON request body.

delete_contact

Delete a ConstructionOnline contact by exact ID. The provider models deletes as action=DELETE on documented endpoints.

list_estimates

List ConstructionOnline estimate records using documented query parameters.

get_estimate

Get a ConstructionOnline estimate by ID.

create_estimate

Create a ConstructionOnline estimate with the documented JSON request body.

update_estimate

Update a ConstructionOnline estimate by exact ID with the documented JSON request body.

delete_estimate

Delete a ConstructionOnline estimate by exact ID. The provider models deletes as action=DELETE on documented endpoints.

list_change_orders

List ConstructionOnline change order records using documented query parameters.

get_change_order

Get a ConstructionOnline change order by ID.

create_change_order

Create a ConstructionOnline change order with the documented JSON request body.

update_change_order

Update a ConstructionOnline change order by exact ID with the documented JSON request body.

delete_change_order

Delete a ConstructionOnline change order by exact ID. The provider models deletes as action=DELETE on documented endpoints.

list_time_entries

List ConstructionOnline time entry records using documented query parameters.

create_time_entry

Create a ConstructionOnline time entry with the documented JSON request body.

update_time_entry

Update a ConstructionOnline time entry by exact ID with the documented JSON request body.

list_daily_logs

List ConstructionOnline daily log records using documented query parameters.

constructiononline_api_request

Call a documented ConstructionOnline API endpoint with the configured account credentials and API key.

Triggers

Name
project_created_or_updated

Poll ConstructionOnline project records after an initial baseline.

contact_created_or_updated

Poll ConstructionOnline contact records after an initial baseline.

estimate_created_or_updated

Poll ConstructionOnline estimate records after an initial baseline.

change_order_created_or_updated

Poll ConstructionOnline change order records after an initial baseline.

time_entry_created_or_updated

Poll ConstructionOnline time entry records after an initial baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('constructiononline', 'list_projects', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'constructiononline',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect ConstructionOnline to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does ConstructionOnline support?

ConstructionOnline supports 25 tools including List Projects, Get Project, Create Project, Update Project, Delete Project, and more.

Can I use ConstructionOnline with AI agents?

Yes. Add ConstructionOnline to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can ConstructionOnline be used in stateful agent workflows?

Yes. Agents can combine ConstructionOnline tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does ConstructionOnline use?

ConstructionOnline uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the ConstructionOnline integration cost?

The ConstructionOnline integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does ConstructionOnline support?

ConstructionOnline supports 5 triggers including Project Created or Updated, Contact Created or Updated, Estimate Created or Updated, Change Order Created or Updated, Time Entry Created or Updated.

Connect ConstructionOnline in minutes

Get 20,000 free action executions every month. No credit card required.