Get Interaction Record
ploomes_interactions_getRetrieve a single interaction record from Ploomes CRM by ID. Optionally expand related entities such as Contact, Deal, Tags, Comments, NotifiedUsers, or OtherProperties.
Instructions
Get a single interaction record by ID from Ploomes CRM. Use $expand to include related entities like Contact, Deal, Tags, Comments, NotifiedUsers, or OtherProperties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Interaction record ID | |
| expand | No | Related entities to include. Available: Contact, Deal, Tags, Comments, NotifiedUsers, OtherProperties. E.g.: "Contact,Deal,OtherProperties" | |
| select | No | Fields to return. E.g.: "Id,Content,Date,DealId,ContactId" |