Skip to main content
POST
/
batch-import
/
import
/
user-events
Import user events (CSV)
curl --request POST \
  --url http://api.gu1.ai/batch-import/import/user-events \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

POST https://api.gu1.ai/batch-import/import/user-events

Overview

Content-Type: multipart/form-data. Permissions: events:create.

Authentication

Authorization: Bearer YOUR_API_KEY

Form fields

FieldRequiredDescription
fileYesCSV file
mappingIdYesMapping with target === user_event
executeRulesNotrue (default) or false
withAutoEntityNotrue (default) or false
See also: Bulk imports overview.