Create an opportunity
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
If not set on the resource or in the request, date_won will be set automatically to today’s date when setting status_id to a status with type won. The x-tz-offset header, used to pass your timezone’s UTC offset, will be taken into account.
Opportunities belong to exactly one Lead. If not provided, a new lead will be created (appearing as “Untitled” in the UI).
Plaintext/markdown version of the note. If note_html is also provided in the same request, this value is ignored and note is derived from the HTML instead.
Rich-text HTML version of the note. When set, note is automatically populated with the plaintext version (tags become markdown), overriding any note value passed in the same request.
Specify which pipeline this opportunity should belong to. When supplied without status_id, the opportunity will be created with the first available status of that pipeline. When supplied with status_id, the status must belong to the specified pipeline or a 400 error will be returned. If the pipeline does not exist, a 400 error will be returned. See the Pipelines API.
Post a status_id to create an opportunity with a specific status. If omitted, the organization’s default (first) status will be used (or the first status of the pipeline_id if provided). See the Opportunity Status API.