Get Contact
ploomes_contacts_getRetrieve a single contact from Ploomes CRM using its unique ID. Optionally include related data such as company, tags, interaction records, and custom fields via expand parameters.
Instructions
Get a single contact by ID from Ploomes CRM.
Available $expand values: Type, Company, Tags, OtherProperties, InteractionRecords, Attachments, Documents, Products, Contacts.
Use $expand=OtherProperties to include custom field values. Use $expand=Tags to see associated tags. Use $expand=InteractionRecords to see interaction history. Use $expand=Company to see the parent company details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact ID. The unique numeric identifier of the contact in Ploomes. | |
| expand | No | Related entities to include. Available: Type, Company, Tags, OtherProperties, InteractionRecords, Attachments, Documents, Products, Contacts. E.g.: "OtherProperties,Tags,InteractionRecords" | |
| select | No | Fields to return. E.g.: "Id,Name,Email,TypeId,StatusId". NOTE: Phone is NOT selectable — omit it from $select and use $expand=Phones instead. |