Create Job

Overview

Creates a new job

Category: Work Management

Use this action to create a new job. Provide the region and duration at minimum. Optionally set schedule times, location, and metadata.

Request

Parameter Type Required Description Example
RegionId string Yes The ID of the region for the job 0014ccb7-73ad-40e1-9282-2c492a0f313a
Duration integer Yes Job duration in minutes 60
JobType string No Job type from the Jobs.Type picklist Break Fix
Description string No Job description Fix broken equipment
Start string No Start time in ISO 8601 UTC 2026-01-15T09:00:00.000Z
End string No End time in ISO 8601 UTC 2026-01-15T10:00:00.000Z
Address string No Job address 123 Main St, Sydney NSW 2000
LocationId string No The ID of the location 0014ccb7-73ad-40e1-9282-2c492a0f313a
AccountId string No The ID of the account 0014ccb7-73ad-40e1-9282-2c492a0f313a
ContactId string No The ID of the contact 0014ccb7-73ad-40e1-9282-2c492a0f313a
Urgency string No Job urgency from the Jobs.Urgency picklist Normal
GeoLatitude number No Latitude coordinate -33.8688
GeoLongitude number No Longitude coordinate 151.2093

Response

This action’s output is available as $createJob in JSONata expressions. See Response format for the standard result.data / result.errors structure and error handling patterns.

Field Type Description
result.data.UID string The UID of the record

Example output:

{
  "UID": "00147d8e-5fa2-4b63-a670-af81566ddc11"
}