Create Job Tool
create-jobCreates one job directly in the selected FieldRobin business when the connection has job-write permission. Resolve the customer first and pass the verified customer ID when one is named.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short job title. | |
| status | No | Initial job status. | |
| customer_id | No | Verified customer ID, if the job belongs to an existing customer. | |
| description | No | Readable issue and service description. | |
| location_id | No | Business location for the job. | |
| voice_notes | No | Optional internal voice-note text. | |
| scheduled_at | No | Optional local wall-clock appointment date/time or ISO timestamp with offset. | |
| total_amount | No | Optional quoted amount. | |
| idempotency_key | Yes | Opaque retry key. Reuse it only for the same request to receive the verified result without creating a duplicate. | |
| service_address | No | Service address, if known. | |
| appointment_count | No | Optional appointment count. | |
| technician_user_id | No | Verified technician user ID, if assigned. |