Marketing Events API Collection
Number of APIs: 34
These APIs allow you to interact with HubSpot's Marketing Events Extension. It allows you to: * Create, Read or update Marketing Event information in HubSpot * Specify whether a HubSpot contact has registered, attended or cancelled a registration to a Marketing Event. * Specify a URL that can be called to get the details of a Marketing Event.
-
Attendance Subscriber State Changes - Record a subscriber state by contact email POST {{baseUrl}}/marketing/v3/marketing-events/attendance/:externalEventId/:subscriberState/email-create?externalAccountId=<string>
-
Subscriber State Changes - Record a subscriber state by contact email POST {{baseUrl}}/marketing/v3/marketing-events/events/:externalEventId/:subscriberState/email-upsert?externalAccountId=<string>
-
Subscriber State Changes - Record a subscriber state by contact ID POST {{baseUrl}}/marketing/v3/marketing-events/events/:externalEventId/:subscriberState/upsert?externalAccountId=<string>
-
Marketing_Events_External - Mark a marketing event as completed POST {{baseUrl}}/marketing/v3/marketing-events/events/:externalEventId/complete?externalAccountId=<string>
-
Basic - Create a marketing event POST {{baseUrl}}/marketing/v3/marketing-events/events
-
Basic - Mark a marketing event as cancelled POST {{baseUrl}}/marketing/v3/marketing-events/events/:externalEventId/cancel?externalAccountId=<string>
-
Basic - Create or update a marketing event PUT {{baseUrl}}/marketing/v3/marketing-events/events/:externalEventId
-
Batch - Delete multiple marketing events POST {{baseUrl}}/marketing/v3/marketing-events/events/delete
-
Settings - Retrieve the application settings GET {{baseUrl}}/marketing/v3/marketing-events/:appId/settings
-
Settings - Update the application settings POST {{baseUrl}}/marketing/v3/marketing-events/:appId/settings