---
title: "Batch create event subscriptions"
method: POST
path: "/webhooks/2026-03/{appId}/subscriptions/batch/update"
tags: ["Batch"]
---

# Batch create event subscriptions

`POST /webhooks/2026-03/{appId}/subscriptions/batch/update`

Batch create event subscriptions for the specified app.

## Path parameters

- `appId` integer, required

## Request body

- WebhooksBatchInputSubscriptionBatchUpdateRequest
  - `inputs` WebhooksSubscriptionBatchUpdateRequest[], required — An array of SubscriptionBatchUpdateRequest objects, each representing a subscription to be updated. This property is required.
    - `active` boolean, required — A boolean indicating whether the subscription is active.
    - `id` integer, required — The unique identifier for the subscription. It is an integer.

## Response `200`

successful operation

- WebhooksBatchResponseSubscriptionResponse
  - `completedAt` string, date-time, required — The date and time when the batch operation was completed, in ISO 8601 format.
  - `links` object — A map of link names to associated URIs providing additional information about the batch operation.
  - `requestedAt` string, date-time — The date and time when the batch operation was requested, in ISO 8601 format.
  - `results` WebhooksSubscriptionResponse[], required — An array containing the results of the batch operation, with each item representing an individual subscription response.
    - `active` boolean, required — A boolean indicating whether the subscription is currently active.
    - `createdAt` string, date-time, required — The date and time when the subscription was created, in ISO 8601 format.
    - `eventType` 'company.associationChange' | 'company.creation' | 'company.deletion' | 'company.merge' | 'company.propertyChange' | 'company.restore' | 'contact.associationChange' | 'contact.creation' | 'contact.deletion' | 'contact.merge' | 'contact.privacyDeletion' | 'contact.propertyChange' | 'contact.restore' | 'conversation.creation' | 'conversation.deletion' | 'conversation.newMessage' | 'conversation.privacyDeletion' | 'conversation.propertyChange' | 'deal.associationChange' | 'deal.creation' | 'deal.deletion' | 'deal.merge' | 'deal.propertyChange' | 'deal.restore' | 'event.completed' | 'line_item.associationChange' | 'line_item.creation' | 'line_item.deletion' | 'line_item.merge' | 'line_item.propertyChange' | 'line_item.restore' | 'object.associationChange' | 'object.creation' | 'object.deletion' | 'object.merge' | 'object.propertyChange' | 'object.restore' | 'product.creation' | 'product.deletion' | 'product.merge' | 'product.propertyChange' | 'product.restore' | 'ticket.associationChange' | 'ticket.creation' | 'ticket.deletion' | 'ticket.merge' | 'ticket.propertyChange' | 'ticket.restore', required — The type of event that triggers the subscription. Valid values include various property changes, creations, deletions, merges, restores, and association changes for different HubSpot objects.
    - `eventTypeName` string — The name of the event type for the subscription.
    - `id` string, required — The unique identifier for the subscription. It is an integer formatted as int64.
    - `objectTypeId` string — The identifier for the object type associated with the subscription. It is a string.
    - `propertyName` string — The name of the property associated with the subscription event, if applicable.
    - `updatedAt` string, date-time — The date and time when the subscription was last updated, in ISO 8601 format.
  - `startedAt` string, date-time, required — The date and time when the batch operation started, in ISO 8601 format.
  - `status` 'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING', required — The current status of the batch operation. Valid values include 'PENDING', 'PROCESSING', 'CANCELED', and 'COMPLETE'.

## Other responses

- `207` — multiple statuses
- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/versions/f9c7181056c5/schema)
