JobNimbus icon

JobNimbus

Contractor CRM for contacts, jobs, activities, account settings, workflows, and location records.

Fits contractor teams that track contacts and jobs, log activities, configure workflows and types, and pull account-wide reporting settings.

Sign in to connect JobNimbus

Sign in to connect an account and start using JobNimbus in your apps.

Example Use Cases

These are example ways Snow can use JobNimbus when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Create File Attachment Type

Creates a new file attachment type in JobNimbus. File types are custom categories used to organize and classify document attachments (e.g., contracts, warranties, photos, permits). You must create a file type before you can upload files with that category.

Create Location

Tool to create a new location in JobNimbus. Use after gathering address and contact details.

Create Material Order

Creates a new material order in JobNimbus. A material order tracks materials needed for a job and can be submitted to suppliers. Material orders must be linked to a contact or job record and include at least one line item referencing an existing product from your Products & Services catalog. Prerequisites: - At least one contact or job record must exist (use JOBNIMBUS_CONTACT_LIST to find contacts) - Products must exist in your catalog (use JOBNIMBUS_LIST_PRODUCTS to find product IDs) Note: Custom line items are not supported - all items must reference existing products by their jnid.

Create Task

Tool to create a new task. Use when scheduling or tracking tasks linked to contacts or jobs.

Create Workflow Status

Tool to create a new status in an existing workflow. Use after confirming the workflow ID to add specialized status entries like 'Lead' or 'Inspection'.

Get Account Settings

Tool to retrieve account-wide settings (workflows, types, sources). Use after authenticating to load or refresh workflow and source mappings.

Get Activity by ID

Retrieves a specific JobNimbus activity by its unique jnid. Activities in JobNimbus represent logged events such as task modifications, contact updates, job creation, and other system actions. Each activity contains details about what changed, who made the change, and when it occurred. Use this action when you need detailed information about a specific activity, such as viewing the full history of changes or understanding who performed an action.

Get Contact by ID

Tool to retrieve a contact by ID. Use after obtaining the contact’s jnid to fetch full details.

Get File Attachment Content by ID

Retrieves the raw content of a specific file attachment from JobNimbus by its unique ID. This action downloads the actual file content (binary data for PDFs, images, etc.) but does NOT return file metadata like filename, content type, or size. If you need metadata, use the files list endpoint instead. Common use case: Download a file attachment after obtaining its jnid from a list files query or from a related record (contact, job, etc.).

Get Product by ID

Retrieves detailed information about a specific JobNimbus product using its jnid. Use this action when you need to get full details about a product, including pricing, cost, unit of measurement, and tax settings. Obtain the jnid first using the List Products action.