---
title: "POST /integrators/timeline/2026-03/events/batch"
method: POST
path: "/integrators/timeline/2026-03/events/batch"
tags: ["Batch"]
---

# POST /integrators/timeline/2026-03/events/batch

`POST /integrators/timeline/2026-03/events/batch`

## Request body

- BatchInputAppEventOccurrence
  - `inputs` AppEventOccurrence[], required
    - `domain` string
    - `email` string
    - `eventTypeName` string, required
    - `extraData` object
    - `id` string, required
    - `objectId` string
    - `objectTypeFullyQualifiedName` string
    - `properties` object, required
    - `timelineIFrame` TimelineEventIFrame
      - `headerLabel` string, required — The label of the modal window that displays the iframe contents.
      - `height` integer, required — The height of the modal window in pixels.
      - `linkLabel` string, required — The text displaying the link that will display the iframe.
      - `url` string, required — The URI of the iframe contents.
      - `width` integer, required — The width of the modal window in pixels.
    - `timestamp` string, date-time
    - `utk` string

## Response `200`

successful operation

- BatchResponseAppEventOccurrence
  - `completedAt` string, date-time, required
  - `errors` StandardError[]
    - `category` string, required — The category of the error.
    - `context` object, required — The context of the error, potentially including occurrence information.
    - `errors` ErrorDetail[], required — The detailed error objects.
      - `code` string — The status code associated with the error detail
      - `context` object — Context about the error condition
      - `in` string — The name of the field or parameter in which the error was found.
      - `message` string, required — A human readable message describing the error along with remediation steps where appropriate
      - `subCategory` string — A specific category that contains more specific detail about the error
    - `id` string — The error ID, if any.
    - `links` object, required — Links to any helpful documentation.
    - `message` string, required — The error message, if any.
    - `status` string, required — The resulting status of the batch operation.
    - `subCategory` object — Sub category of the error, if any.
  - `links` object
  - `numErrors` integer
  - `requestedAt` string, date-time
  - `results` AppEventOccurrence[], required
    - `domain` string
    - `email` string
    - `eventTypeName` string, required
    - `extraData` object
    - `id` string, required
    - `objectId` string
    - `objectTypeFullyQualifiedName` string
    - `properties` object, required
    - `timelineIFrame` TimelineEventIFrame
      - `headerLabel` string, required — The label of the modal window that displays the iframe contents.
      - `height` integer, required — The height of the modal window in pixels.
      - `linkLabel` string, required — The text displaying the link that will display the iframe.
      - `url` string, required — The URI of the iframe contents.
      - `width` integer, required — The width of the modal window in pixels.
    - `timestamp` string, date-time
    - `utk` string
  - `startedAt` string, date-time, required
  - `status` 'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING', required

## Other responses

- `400` — One or more occurrences has a validation error that prevented us from accepting them for persistence. The response body will contain details about the validation error. Occurrence batch insert request rejected, none were accepted.
- `409` — One or more occurrence in the batch already exist. Occurrences are immutable. Occurrence insert request rejected, none were accepted.
- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/crm-timeline.md) · [All operations](https://skmtc.net/hubspot/apis/crm-timeline/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/crm-timeline/revisions/d7e41936dcce/schema)
