GetContact
Returns details of a contact with a given Id.
Input
| Name | Type | Description |
| Id | String | ID of the contact in Copilot. |
Result Set Columns
| Name | Type | Description |
| Id | String | ID of the contact in Copilot. |
| CrmId | String | Id of the contact in the source CRM system. |
| AccountCrmId | String | Account id as per the source. |
| FirstName | String | First name of the contact. |
| LastName | String | Last name of the contact. |
| JobTitle | String | Job title of the contact. |
| Phones | String | All the phone numbers of the contact. |
| Stage | String | Stage of the contact. |
| Reason | String | Reason of the contact. |
| Emails | String | All the emails of the contact. |
| IsLead | Boolean | Whether the contact is in the lead stage. |
| CustomFields | String | Other relevant custom fields. |