GetAccount
Returns details of an account with a given Id.
Input
| Name | Type | Description |
| Id | String | ID of the account in Copilot. |
Result Set Columns
| Name | Type | Description |
| Id | String | ID of the account in Copilot. |
| CrmId | String | Id of the company in the source CRM system. |
| Name | String | Name of the company. |
| Phones | String | All the phone details of the company. |
| Description | String | Description of the company. |
| Website | String | Website address of the company. |
| Address | String | Full address of the company. |
| City | String | City in which the company is registered. |
| State | String | State in which the company is registered. |
| Country | String | Country in which the company is situated. |
| Zip | String | Zip code of the registered address. |
| CustomFields | String | Other relevant custom fields. |