Skip to main content
POST
Record Participants by ContactId with Marketing Event External Ids

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

externalEventId
string
required

The id of the marketing event in the external event application

subscriberState
string
required

The new subscriber state for the HubSpot contacts and the specified marketing event. For example: 'register', 'attend' or 'cancel'.

Query Parameters

externalAccountId
string

The accountId that is associated with this marketing event in the external event application

Body

application/json
inputs
object[]
required

List of HubSpot contacts to subscribe to the marketing event

Response

successful operation

completedAt
string<date-time>
required

Timestamp that represents when the request finished processing

results
object[]
required
startedAt
string<date-time>
required

Timestamp that represents when the request started processing

status
enum<string>
required

The status of the request processing

Available options:
CANCELED,
COMPLETE,
PENDING,
PROCESSING
errors
object[]

Result of the request

numErrors
integer<int32>

The number of errors that occurred during the processing

requestedAt
string<date-time>

Timestamp that represents when the request was made

Last modified on March 31, 2026