CRM
Bulk create opportunities
Creates up to 100 opportunities using the standard opportunity payload shape.
post/v1/opportunities/bulk
Request body
Example request
[
{
"pipeline_id": "018f13b3-8239-7ef8-a8f1-93ad10b76110",
"related_objects": {
"account_domain": "acme.com"
}
}
]Response
Opportunities were created.
Example response
{
"success": true
}