post
/contacts/{contactId}/eventsCreate event for contact
Records a customer moment such as a purchase, signup, or plan change. Matching active journeys can react to the event after it is accepted.
Authorization
Scheme
- bearerAuth
Required scopes
- event:create
Allowed roles
- owner
- admin
- agent
Create an event for a contact.
Parameters
- Name
contactId- Type
- path string
- Description
- Required parameter.
Request body
- Name
application/json- Type
- CreateContactEventRequest
- Description
- Required body.
Responses
- 201
Event created
- application/json Event
- 409
Event with this idempotency key already exists
- application/json ProblemDetails
- default
Error
- application/json ProblemDetails