apollo_create_deal
Creates a new deal in Apollo CRM with required name and optional fields like amount, owner, account, close date, custom fields, and stage.
Instructions
Create a new deal/opportunity in your Apollo account. Requires a master Apollo API key. 'name' is the only required field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the deal | |
| amount | No | Monetary amount (no commas/symbols, e.g. '55123478') | |
| owner_id | No | Apollo user ID of the owner | |
| account_id | No | Apollo account ID this deal is for | |
| closed_date | No | Estimated close date YYYY-MM-DD | |
| typed_custom_fields | No | ||
| opportunity_stage_id | No | Apollo deal-stage ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |