create_opportunity
Add a deal to Apollo CRM by providing a name and optionally setting amount, stage, close date, owner, account, or contacts.
Instructions
Create a new deal/opportunity in your Apollo CRM. FREE. At minimum, provide a name. Optionally set amount, stage, close date. Undocumented endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Deal/opportunity name | |
| amount | No | Deal value in dollars | |
| opportunity_stage_id | No | Stage ID (use list_opportunity_stages to get IDs) | |
| owner_id | No | Owner user ID | |
| closed_date | No | Expected close date, e.g. '2026-03-15' | |
| account_id | No | Associated account/company ID | |
| contact_ids | No | Associated contact IDs |