v3

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

Bulk create activities

Creates up to 100 timeline activities such as email, meeting, call, link click, or other interaction records.

post/v1/activities/bulk

Request body

activity_type'EMAIL' | 'MEETING' | 'EMAIL_OPEN' | 'LINK_CLICK' | 'CALL' | 'COMMENT' | 'IN_PERSON_MEETING' | 'LINKEDIN_CONNECTION' | 'LINKEDIN_MESSAGE' | 'X_ACTIVITY' | 'TEXT_MESSAGE' | 'WHATSAPP_MESSAGE' | 'CONTACT_ADDED' | 'OTHER' required
titlestring required
descriptionstring nullable
participantsstring[]
domainsstring[]
metadataobject nullable
created_atstring date-time nullable

Response

Activities were created.

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

Example response

{
  "success": true
}