Skip to main content
POST
/
integrations
/
v1
/
opportunities
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {
    "id": "<string>",
    "name": "<string>",
    "accountId": "<string>",
    "probability": 123,
    "ownerId": "<string>",
    "contactId": "<string>",
    "pipelineId": "<string>",
    "pipelineStageId": "<string>",
    "amount": 123,
    "expectedCloseDate": "<string>",
    "contractStartDate": "<string>",
    "closeDate": "<string>",
    "source": "<string>",
    "type": "new_business",
    "nextStep": "<string>",
    "description": "<string>",
    "isIntegration": true,
    "account": "<string>",
    "contact": "<string>",
    "owner": "<string>",
    "activitiesCount": 123,
    "lastActivityDate": "<string>",
    "dsa": 123,
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "primaryContact": {},
    "associatedContacts": [
      {}
    ]
  }
}
Requiere header x-api-key y tenantId en el body.

Body

application/json
tenantId
string
required
Minimum string length: 1
name
string
required
Minimum string length: 1
accountId
string
required
Minimum string length: 1
ownerId
string
contactId
string
amount
probability
stage
string
pipelineId
string
pipelineStageId
string
expectedCloseDate
string<date-time>
closeDate
string<date-time>
source
string
type
enum<string>
Available options:
new_business,
existing_business,
upsell,
renewal
description
string
nextStep
string

Response

Default Response

success
boolean
required
data
Opportunity · object
required