Create an event type

This method creates a new event type that represents a touchpoint along your customer journey.

Sample request payload in JSON (Click to view)
{
  "active": true,
  "name": "after_sales"
}
Body Params

The request object used to create the event type.

boolean
Defaults to true

A boolean value that indicates whether the event type is active or not.

If an event type is inactive, events for this type will no longer be accepted.

string
required

The name of the event type.

It needs to be unique for your account and must match our pattern.

Headers
string
required
length ≥ 1

An authorisation header containing meta information, see OAuth2.

Responses

401

Unauthorized

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json