---
title: "PATCH /marketing/marketing-events/2026-09/events/{externalEventId}"
method: PATCH
path: "/marketing/marketing-events/2026-09/events/{externalEventId}"
tags: ["Basic"]
---

# PATCH /marketing/marketing-events/2026-09/events/{externalEventId}

`PATCH /marketing/marketing-events/2026-09/events/{externalEventId}`

## Path parameters

- `externalEventId` string, required

## Query parameters

- `externalAccountId` string, required

## Request body

- MarketingEventUpdateRequestParams
  - `customProperties` PropertyValue[], required — A list of PropertyValues. These can be whatever kind of property names and values you want. However, they must already exist on the HubSpot account's definition of the MarketingEvent Object. If they don't they will be filtered out and not set. In order to do this you'll need to create a new PropertyGroup on the HubSpot account's MarketingEvent object for your specific app and create the Custom Property you want to track on that HubSpot account. Do not create any new default properties on the MarketingEvent object as that will apply to all HubSpot accounts.
    - `dataSensitivity` 'high' | 'none' | 'standard', required — Level of data sensitivity
    - `isEncrypted` boolean, required — Indicates whether the property is encrypted
    - `isLargeValue` boolean, required — Indicates whether the property value is stored as a large value in the storage
    - `name` string, required — Name of custom property
    - `persistenceTimestamp` integer, required — The timestamp that indicates when the value being written is persisted in storage
    - `requestId` string, required — The ID of the request
    - `selectedByUser` boolean, required — Indicates whether the property is selected
    - `selectedByUserTimestamp` integer, required — Timestamp of when the property was selected by the user
    - `source` 'ACADEMY' | 'ACCEPTANCE_TEST' | 'ACTIVITY_AUTO_ASSOCIATE' | 'ACTIVITY_LOG_REVERT' | 'ADS' | 'AI_GROUP' | 'ANALYTICS' | 'API' | 'APPROVALS' | 'ASSISTS' | 'ASSOCIATIONS' | 'AUTO_ASSOCIATE_BY_DOMAIN' | 'AUTOMATION_JOURNEY' | 'AUTOMATION_PLATFORM' | 'AVATARS_SERVICE' | 'BATCH_UPDATE' | 'BCC_TO_CRM' | 'BEHAVIORAL_EVENTS' | 'BET_ASSIGNMENT' | 'BET_CRM_CONNECTOR' | 'BIDEN' | 'BILLING' | 'BOT' | 'CALCULATED' | 'CENTRAL_EXCHANGE_RATES' | 'CHATSPOT' | 'CLONE_OBJECTS' | 'COMMUNICATOR' | 'COMPANIES' | 'COMPANY_FAMILIES' | 'COMPANY_INSIGHTS' | 'CONTACTS' | 'CONTACTS_WEB' | 'CONTENT_MEMBERSHIP' | 'CONVERSATIONAL_ENRICHMENT' | 'CONVERSATIONS' | 'CRM_PROCESSES_PLATFORM' | 'CRM_UI' | 'CRM_UI_BULK_ACTION' | 'CUSTOMER_AGENT' | 'DATA_ENRICHMENT' | 'DATA_QUALITY' | 'DATASET' | 'DEALS' | 'DEFAULT' | 'DELETE_OBJECTS' | 'EMAIL' | 'EMAIL_INBOX_IMPORT' | 'EMAIL_INTEGRATION' | 'ENGAGEMENTS' | 'EXTENSION' | 'FILE_MANAGER' | 'FLYWHEEL_PRODUCT_DATA_SYNC' | 'FORECASTING' | 'FORM' | 'FORWARD_TO_CRM' | 'GMAIL_INTEGRATION' | 'GOALS' | 'HEISENBERG' | 'HELP_DESK' | 'HELP_DESK_AI' | 'IMPORT' | 'INTEGRATION' | 'INTEGRATIONS_PLATFORM' | 'INTEGRATIONS_SYNC' | 'INTENT' | 'INTERNAL_PROCESSING' | 'LEADIN' | 'LEGAL_BASIS_REMEDIATION' | 'MARKET_SOURCING' | 'MARKETPLACE' | 'MEETINGS' | 'MERGE_COMPANIES' | 'MERGE_CONTACTS' | 'MERGE_OBJECTS' | 'MERGE_REVERT_OBJECTS' | 'MICROAPPS' | 'MIGRATION' | 'MOBILE_ANDROID' | 'MOBILE_IOS' | 'PAYMENTS' | 'PIPELINE_SETTINGS' | 'PLAYBOOKS' | 'PORTAL_OBJECT_SYNC' | 'PORTAL_USER_ASSOCIATOR' | 'PRESENTATIONS' | 'PRIMARY_AUTOMATION' | 'PROPERTY_DEFAULT_VALUE' | 'PROPERTY_RESTORE' | 'PROPERTY_SETTINGS' | 'PROSPECTING_AGENT' | 'QUOTAS' | 'QUOTES' | 'RECYCLING_BIN' | 'RESTORE_OBJECTS' | 'SALES' | 'SALES_MESSAGES' | 'SALESFORCE' | 'SEQUENCES' | 'SETTINGS' | 'SIDEKICK' | 'SIGNALS' | 'SLACK_INTEGRATION' | 'SMART_DATA_CAPTURE' | 'SOCIAL' | 'SUCCESS' | 'TALLY' | 'TASK' | 'UNKNOWN' | 'WAL_INCREMENTAL' | 'WORK_UI' | 'WORKFLOW_CONTACT_DELETE_ACTION' | 'WORKFLOWS', required — Source of the property
    - `sourceId` string, required — ID of the source of the property
    - `sourceLabel` string, required — Label of the source of the property
    - `sourceMetadata` string, required — Source metadata encoded as a base64 string
    - `sourceUpstreamDeployable` string, required — Indicates which upstream service made the property change
    - `sourceVid` integer[], required — The unique identifier associated with the source.
    - `timestamp` integer, required — Timestamp of the request
    - `unit` string, required — The unit
    - `updatedByUserId` integer, required — The ID of the user who last updated the property
    - `useTimestampAsPersistenceTimestamp` boolean, required — Indicates if the persistence timestamp is the same as storage version timestamp
    - `value` string, required — Custom property value
  - `endDateTime` string, date-time — The end date and time of the marketing event.
  - `eventCancelled` boolean — Indicates if the marketing event has been cancelled. Defaults to `false`
  - `eventCompleted` boolean — Indicates if the marketing event has been completed. Defaults to `false`
  - `eventDescription` string — The description of the marketing event.
  - `eventName` string — The name of the marketing event.
  - `eventOrganizer` string — The name of the organizer of the marketing event.
  - `eventType` string — Describes what type of event this is. For example: `WEBINAR`, `CONFERENCE`, `WORKSHOP`
  - `eventUrl` string — A URL in the external event application where the marketing event can be managed.
  - `startDateTime` string, date-time — The start date and time of the marketing event.

## Response `200`

successful operation

- MarketingEventPublicDefaultResponse
  - `createdAt` string, date-time, required — The creation date and time of the marketing event.
  - `customProperties` PropertyValue[], required — A list of PropertyValues. These can be whatever kind of property names and values you want. However, they must already exist on the HubSpot account's definition of the MarketingEvent Object. If they don't they will be filtered out and not set. In order to do this you'll need to create a new PropertyGroup on the HubSpot account's MarketingEvent object for your specific app and create the Custom Property you want to track on that HubSpot account. Do not create any new default properties on the MarketingEvent object as that will apply to all HubSpot accounts.
    - `dataSensitivity` 'high' | 'none' | 'standard', required — Level of data sensitivity
    - `isEncrypted` boolean, required — Indicates whether the property is encrypted
    - `isLargeValue` boolean, required — Indicates whether the property value is stored as a large value in the storage
    - `name` string, required — Name of custom property
    - `persistenceTimestamp` integer, required — The timestamp that indicates when the value being written is persisted in storage
    - `requestId` string, required — The ID of the request
    - `selectedByUser` boolean, required — Indicates whether the property is selected
    - `selectedByUserTimestamp` integer, required — Timestamp of when the property was selected by the user
    - `source` 'ACADEMY' | 'ACCEPTANCE_TEST' | 'ACTIVITY_AUTO_ASSOCIATE' | 'ACTIVITY_LOG_REVERT' | 'ADS' | 'AI_GROUP' | 'ANALYTICS' | 'API' | 'APPROVALS' | 'ASSISTS' | 'ASSOCIATIONS' | 'AUTO_ASSOCIATE_BY_DOMAIN' | 'AUTOMATION_JOURNEY' | 'AUTOMATION_PLATFORM' | 'AVATARS_SERVICE' | 'BATCH_UPDATE' | 'BCC_TO_CRM' | 'BEHAVIORAL_EVENTS' | 'BET_ASSIGNMENT' | 'BET_CRM_CONNECTOR' | 'BIDEN' | 'BILLING' | 'BOT' | 'CALCULATED' | 'CENTRAL_EXCHANGE_RATES' | 'CHATSPOT' | 'CLONE_OBJECTS' | 'COMMUNICATOR' | 'COMPANIES' | 'COMPANY_FAMILIES' | 'COMPANY_INSIGHTS' | 'CONTACTS' | 'CONTACTS_WEB' | 'CONTENT_MEMBERSHIP' | 'CONVERSATIONAL_ENRICHMENT' | 'CONVERSATIONS' | 'CRM_PROCESSES_PLATFORM' | 'CRM_UI' | 'CRM_UI_BULK_ACTION' | 'CUSTOMER_AGENT' | 'DATA_ENRICHMENT' | 'DATA_QUALITY' | 'DATASET' | 'DEALS' | 'DEFAULT' | 'DELETE_OBJECTS' | 'EMAIL' | 'EMAIL_INBOX_IMPORT' | 'EMAIL_INTEGRATION' | 'ENGAGEMENTS' | 'EXTENSION' | 'FILE_MANAGER' | 'FLYWHEEL_PRODUCT_DATA_SYNC' | 'FORECASTING' | 'FORM' | 'FORWARD_TO_CRM' | 'GMAIL_INTEGRATION' | 'GOALS' | 'HEISENBERG' | 'HELP_DESK' | 'HELP_DESK_AI' | 'IMPORT' | 'INTEGRATION' | 'INTEGRATIONS_PLATFORM' | 'INTEGRATIONS_SYNC' | 'INTENT' | 'INTERNAL_PROCESSING' | 'LEADIN' | 'LEGAL_BASIS_REMEDIATION' | 'MARKET_SOURCING' | 'MARKETPLACE' | 'MEETINGS' | 'MERGE_COMPANIES' | 'MERGE_CONTACTS' | 'MERGE_OBJECTS' | 'MERGE_REVERT_OBJECTS' | 'MICROAPPS' | 'MIGRATION' | 'MOBILE_ANDROID' | 'MOBILE_IOS' | 'PAYMENTS' | 'PIPELINE_SETTINGS' | 'PLAYBOOKS' | 'PORTAL_OBJECT_SYNC' | 'PORTAL_USER_ASSOCIATOR' | 'PRESENTATIONS' | 'PRIMARY_AUTOMATION' | 'PROPERTY_DEFAULT_VALUE' | 'PROPERTY_RESTORE' | 'PROPERTY_SETTINGS' | 'PROSPECTING_AGENT' | 'QUOTAS' | 'QUOTES' | 'RECYCLING_BIN' | 'RESTORE_OBJECTS' | 'SALES' | 'SALES_MESSAGES' | 'SALESFORCE' | 'SEQUENCES' | 'SETTINGS' | 'SIDEKICK' | 'SIGNALS' | 'SLACK_INTEGRATION' | 'SMART_DATA_CAPTURE' | 'SOCIAL' | 'SUCCESS' | 'TALLY' | 'TASK' | 'UNKNOWN' | 'WAL_INCREMENTAL' | 'WORK_UI' | 'WORKFLOW_CONTACT_DELETE_ACTION' | 'WORKFLOWS', required — Source of the property
    - `sourceId` string, required — ID of the source of the property
    - `sourceLabel` string, required — Label of the source of the property
    - `sourceMetadata` string, required — Source metadata encoded as a base64 string
    - `sourceUpstreamDeployable` string, required — Indicates which upstream service made the property change
    - `sourceVid` integer[], required — The unique identifier associated with the source.
    - `timestamp` integer, required — Timestamp of the request
    - `unit` string, required — The unit
    - `updatedByUserId` integer, required — The ID of the user who last updated the property
    - `useTimestampAsPersistenceTimestamp` boolean, required — Indicates if the persistence timestamp is the same as storage version timestamp
    - `value` string, required — Custom property value
  - `endDateTime` string, date-time — The end date and time of the marketing event.
  - `eventCancelled` boolean — Indicates if the marketing event has been cancelled.
  - `eventCompleted` boolean — Indicates if the marketing event has been completed.
  - `eventDescription` string — The description of the marketing event.
  - `eventName` string, required — The name of the marketing event.
  - `eventOrganizer` string, required — The name of the organizer of the marketing event.
  - `eventType` string — The type of the marketing event.
  - `eventUrl` string — A URL in the external event application where the marketing event can be managed.
  - `id` string, required — The ID of the marketing event CRM object.
  - `objectId` string — The ID of the marketing event CRM object.
  - `startDateTime` string, date-time — The start date and time of the marketing event.
  - `updatedAt` string, date-time, required — The update date and time of the marketing event.

## Other responses

- `default` — An error occurred.

---

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