Skip to main content
POST
/
integrations
/
v1
/
activities
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {
    "id": "<string>",
    "tenantId": "<string>",
    "relatedToType": "account",
    "relatedToId": "<string>",
    "ownerId": "<string>",
    "type": "call",
    "subject": "<string>",
    "activityDate": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "ownerName": "<string>",
    "description": "<string>",
    "relatedEntityName": "<string>"
  }
}
Requiere header x-api-key y tenantId en el body. Para este flujo de integraciones, usa relatedToType = "opportunity" y relatedToId con el id de la oportunidad.

Body

application/json
tenantId
string
required
Minimum string length: 1
Available options:
account,
contact,
opportunity
Minimum string length: 1
type
enum<string>
required
Available options:
call,
meeting,
email,
task,
note,
whatsapp
subject
string
required
Required string length: 1 - 255
ownerId
string
Minimum string length: 1
description
string
Maximum string length: 2000
activityDate
string<date-time>

Response

Default Response

success
boolean
required
data
Activity · object
required