v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-273246117.6 KB
CRM

Bulk create opportunities

Creates up to 100 opportunities using the standard opportunity payload shape.

post/v1/opportunities/bulk

Request body

pipeline_idstring uuid required

Target pipeline ID.

Example request

[
  {
    "pipeline_id": "018f13b3-8239-7ef8-a8f1-93ad10b76110",
    "related_objects": {
      "account_domain": "acme.com"
    }
  }
]

Response

Opportunities were created.

successboolean
messagestring
{"stackTrail":"components:schemas:ApiResponse:properties:data","oasType":"schema","type":"unknown","description":"Endpoint-specific response payload."}

Example response

{
  "success": true
}