Weavz
JobNimbus

JobNimbus

Contractor CRM and project operations for contacts, jobs, tasks, work orders, invoices, payments, and account setup.

54 tools
5 triggers

Tools

Name
list_contacts

List JobNimbus contacts with documented pagination and filters.

get_contact

Get a JobNimbus contact by JNID.

create_contact

Create a JobNimbus contact using the documented JSON request body.

update_contact

Update a JobNimbus contact by JNID.

delete_contact

Soft-delete a JobNimbus contact by setting is_active=false on the exact JNID.

list_jobs

List JobNimbus jobs with documented pagination and filters.

get_job

Get a JobNimbus job by JNID.

create_job

Create a JobNimbus job using the documented JSON request body.

update_job

Update a JobNimbus job by JNID.

delete_job

Soft-delete a JobNimbus job by setting is_active=false on the exact JNID.

list_tasks

List JobNimbus tasks with documented pagination and filters.

get_task

Get a JobNimbus task by JNID.

create_task

Create a JobNimbus task using the documented JSON request body.

update_task

Update a JobNimbus task by JNID.

delete_task

Soft-delete a JobNimbus task by setting is_active=false on the exact JNID.

list_activities

List JobNimbus activities with documented pagination and filters.

get_activity

Get a JobNimbus activity by JNID.

create_activity

Create a JobNimbus activity using the documented JSON request body.

list_products

List JobNimbus products with documented pagination and filters.

get_product

Get a JobNimbus product by JNID.

create_product

Create a JobNimbus product using the documented JSON request body.

update_product

Update a JobNimbus product by JNID.

delete_product

Soft-delete a JobNimbus product by setting is_active=false on the exact JNID.

list_material_orders

List JobNimbus material orders with documented pagination and filters.

get_material_order

Get a JobNimbus material order by JNID.

create_material_order

Create a JobNimbus material order using the documented JSON request body.

update_material_order

Update a JobNimbus material order by JNID.

delete_material_order

Soft-delete a JobNimbus material order by setting is_active=false on the exact JNID.

list_work_orders

List JobNimbus work orders with documented pagination and filters.

get_work_order

Get a JobNimbus work order by JNID.

create_work_order

Create a JobNimbus work order using the documented JSON request body.

update_work_order

Update a JobNimbus work order by JNID.

delete_work_order

Soft-delete a JobNimbus work order by setting is_active=false on the exact JNID.

list_estimates

List JobNimbus estimates with documented pagination and filters.

get_estimate

Get a JobNimbus estimate by JNID.

create_estimate

Create a JobNimbus estimate using the documented JSON request body.

update_estimate

Update a JobNimbus estimate by JNID.

delete_estimate

Soft-delete a JobNimbus estimate by setting is_active=false on the exact JNID.

list_invoices

List JobNimbus invoices with documented pagination and filters.

get_invoice

Get a JobNimbus invoice by JNID.

create_invoice

Create a JobNimbus invoice using the documented JSON request body.

update_invoice

Update a JobNimbus invoice by JNID.

delete_invoice

Soft-delete a JobNimbus invoice by setting is_active=false on the exact JNID.

list_payments

List JobNimbus payments with documented pagination and filters.

create_payment

Create a JobNimbus payment using the documented API v2 payment endpoint.

list_account_settings

Retrieve JobNimbus account settings, groups, users, or units of measure.

create_workflow

Create create workflow in JobNimbus account settings.

create_workflow_status

Create a status within a JobNimbus workflow.

create_lead_source

Create create lead source in JobNimbus account settings.

create_custom_field

Create create custom field in JobNimbus account settings.

create_file_type

Create create file type in JobNimbus account settings.

create_task_type

Create create task type in JobNimbus account settings.

create_activity_type

Create create activity type in JobNimbus account settings.

create_location

Create create location in JobNimbus account settings.

Triggers

Name
contact_created_or_updated

Poll JobNimbus contacts after an initial baseline.

job_created_or_updated

Poll JobNimbus jobs after an initial baseline.

task_created_or_updated

Poll JobNimbus tasks after an initial baseline.

activity_created_or_updated

Poll JobNimbus activities after an initial baseline.

invoice_created_or_updated

Poll JobNimbus invoices 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('jobnimbus', 'list_contacts', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'jobnimbus',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect JobNimbus to my app?

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

What tools does JobNimbus support?

JobNimbus supports 54 tools including List Contacts, Get Contact, Create Contact, Update Contact, Delete Contact, and more.

Can I use JobNimbus with AI agents?

Yes. Add JobNimbus 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 JobNimbus be used in stateful agent workflows?

Yes. Agents can combine JobNimbus 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 JobNimbus use?

JobNimbus uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the JobNimbus integration cost?

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

What triggers does JobNimbus support?

JobNimbus supports 5 triggers including Contact Created or Updated, Job Created or Updated, Task Created or Updated, Activity Created or Updated, Invoice Created or Updated.

Connect JobNimbus in minutes

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