Get Quote
ploomes_quotes_getRetrieves a specific quote by ID from Ploomes CRM, allowing inclusion of related data such as products, pages, or comments via expand parameter.
Instructions
Get a single quote (proposal) by ID from Ploomes CRM. Use $expand to include related entities like OtherProperties, Products, Pages, or Comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Quote ID | |
| expand | No | Related entities to include. E.g.: "OtherProperties,Products,Pages" | |
| select | No | Fields to return. E.g.: "Id,Title,DealId" |