keap_create_opportunity
Create a new sales opportunity in Keap by specifying title, contact, and pipeline stage. Add optional details like close date, revenue estimates, and notes to track deals.
Instructions
Create a new sales opportunity/deal in Keap
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | User ID (owner of opportunity) | |
| stage_id | Yes | Pipeline stage ID | |
| contact_id | Yes | Contact ID associated with this opportunity | |
| custom_fields | No | Custom fields | |
| next_action_date | No | Next action date (ISO format) | |
| next_action_notes | No | Next action notes | |
| opportunity_notes | No | Notes about this opportunity | |
| opportunity_title | Yes | Deal/opportunity title | |
| estimated_close_date | No | Estimated close date (ISO format) | |
| projected_revenue_low | No | Low revenue estimate | |
| projected_revenue_high | No | High revenue estimate |