CRM
Create opportunity
Creates an opportunity in a pipeline and resolves related account, primary contact, additional contacts, owner, and stage from the supplied identifiers.
post/v1/opportunities
Request body
Example request
{
"pipeline_id": "018f13b3-8239-7ef8-a8f1-93ad10b76110",
"related_objects": {
"account_domain": "acme.com"
}
}Response
Opportunity was created.
Example response
{
"success": true
}