jn_create_job
Create a new job in JobNimbus with customizable fields including lead and job numbers from GHL via custom_fields_json.
Instructions
Create a new job in JobNimbus. Pass GHL Lead Number and Job Number via custom_fields_json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip | No | ||
| city | No | ||
| name | Yes | Job name/title | |
| tags | No | ||
| geo_lat | No | GPS latitude | |
| geo_lon | No | GPS longitude | |
| state_text | No | ||
| description | No | ||
| status_name | No | ||
| contact_jnid | No | jnid of the related contact | |
| address_line1 | No | ||
| custom_fields_json | No | JSON string of custom fields, e.g. {"Lead Number":"L-001","Job Number":"J-001","Plus Code":"XXXX+XX"} |