Create Order
ploomes_orders_createCreate a new order in Ploomes CRM by providing a contact ID. Optionally set title, deal, amount, discount, date, and custom fields.
Instructions
Create a new order in Ploomes CRM. ContactId is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ContactId | Yes | Associated contact ID (required) | |
| Title | No | Order title | |
| DealId | No | Associated deal ID | |
| Amount | No | Order total amount | |
| Discount | No | Discount value | |
| Date | No | Order date in ISO 8601 format | |
| PersonId | No | Associated person ID | |
| StageId | No | Order stage ID — use ploomes_orders_stages_list | |
| OwnerId | No | Owner user ID | |
| CurrencyId | No | Currency ID | |
| Description | No | Order description | |
| InternalComments | No | Internal comments (not visible externally) | |
| TemplateId | No | Order template ID | |
| OtherProperties | No | Custom field values |