Create opportunity
twenty_create_opportunityCreate a new opportunity (deal). name is required; amountMicros combines with currencyCode into amount:{amountMicros,currencyCode}. Twenty REST: POST /rest/opportunities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The opportunity name (required). | |
| extra | No | Passthrough object of additional/custom fields merged into the request body verbatim. | |
| stage | No | Pipeline stage — e.g. SCREENING, MEETING, PROPOSAL, NEGOTIATION, CUSTOMER (custom pipelines vary). | |
| closeDate | No | Expected close date (ISO 8601). | |
| companyId | No | Id of the associated company. | |
| amountMicros | No | Opportunity amount in micros (× 1,000,000). Sent as amount:{amountMicros,currencyCode}. | |
| currencyCode | No | Currency code for the amount (default USD; only sent when amountMicros is provided). | USD |
| pointOfContactId | No | Id of the point-of-contact person. |