---
title: "Bulk create activities"
method: POST
path: "/v1/activities/bulk"
tags: ["CRM"]
---

# Bulk create activities

`POST /v1/activities/bulk`

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

## Request body

- ActivityInput[]
  - `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
  - `title` string, required
  - `description` string, nullable
  - `participants` string[]
  - `domains` string[]
  - `metadata` object, nullable
  - `created_at` string, date-time, nullable

## Response `200`

Activities were created.

- ApiResponse
  - `success` boolean
  - `message` string
  - `data` unknown

## Other responses

- `201` — Activities were created.
- `400` — The request failed validation.
- `401` — The API key is missing, invalid, or not allowed to access this route.
- `429` — The route rate limit was exceeded.

---

[API](https://skmtc.net/octolane-org/apis/octolane-public-api.md) · [All operations](https://skmtc.net/octolane-org/apis/octolane-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octolane-org/octolane-public-api/versions/8c7700f1eeec/schema)
