Skip to main content

Create Events

This endpoint is used to send events to your site. Events will create new users if they do not already exist in your account.

Query Parameters
  • site_uuid string required

    Your site's unique identifier.

Request Body required
  • events object[]

    An array between 1 to 1,000 events.

  • Array [
  • type string

    The name of the event.

  • email string

    The email of the visitor.

  • fields object

    The fields of the visitor.

  • details object

    The details of the event.

  • date date-time

    OPTIONAL — The date of the event (leave blank for now). Used for backfilling.

  • ]
Loading...