v14

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-279719892.3 MB
Basic

Update Marketing Event by External IDs

Updates the details of an existing Marketing Event identified by its externalAccountId, externalEventId if it exists.

Only Marketing Events created by the same app can be updated.

patch/marketing/marketing-events/2026-03/events/{externalEventId}

Path parameters

externalEventIdstring required

Query parameters

externalAccountIdstring required

Request body

endDateTimestring date-time

The end date and time of the marketing event.

eventCancelledboolean

Indicates if the marketing event has been cancelled. Defaults to false

eventCompletedboolean

Indicates if the marketing event has been completed. Defaults to false

eventDescriptionstring

The description of the marketing event.

eventNamestring

The name of the marketing event.

eventOrganizerstring

The name of the organizer of the marketing event.

eventTypestring

Describes what type of event this is. For example: WEBINAR, CONFERENCE, WORKSHOP

eventUrlstring

A URL in the external event application where the marketing event can be managed.

startDateTimestring date-time

The start date and time of the marketing event.

Response

successful operation

createdAtstring date-time required

The creation date and time of the marketing event.

endDateTimestring date-time

The end date and time of the marketing event.

eventCancelledboolean

Indicates if the marketing event has been cancelled.

eventCompletedboolean

Indicates if the marketing event has been completed.

eventDescriptionstring

The description of the marketing event.

eventNamestring required

The name of the marketing event.

eventOrganizerstring required

The name of the organizer of the marketing event.

eventTypestring

The type of the marketing event.

eventUrlstring

A URL in the external event application where the marketing event can be managed.

idstring required

The ID of the marketing event CRM object.

objectIdstring

The ID of the marketing event CRM object.

startDateTimestring date-time

The start date and time of the marketing event.

updatedAtstring date-time required

The update date and time of the marketing event.