Get Contact for Job
Overview
Retrieves the contact for a job
Category: Related Data
Use this action to get the contact associated with a job. Returns the contact for the job. Does not include contacts linked to the job via an account
Request
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
jobId |
string | Yes | The ID of the job | 0014ccb7-73ad-40e1-9282-2c492a0f313a |
Response
This action’s output is available as $getContactForJob in JSONata expressions. See Response format for the standard result.data / result.errors structure and error handling patterns.
| Field | Type | Description |
|---|---|---|
result.data.Contact |
object | The contact associated with the job, or null if there is no contact |
Example output:
{
"Contact": {
"UID": "00148d32-10ef-4264-adfe-0ff3ece68d92",
"FullName": "Jane Doe",
"Email": "jane@example.com",
"MobilePhone": "+61400000000"
}
}
Feedback
Was this page helpful?