Skip to main content
Track events from your app for segmentation and automations. Events are automatically associated with leads: if the email does not exist, RQE creates a new lead with empty data. To turn these events into an audience that maintains itself, see Segments.

Authentication

Learn more in v1 Public API.

Endpoints

POST /v1/events

Track an individual event. Body parameters: Request:
Response 201 Created
created_lead: true = the email did not exist and a new lead was created automatically. Errors: Learn more in Leads.

POST /v1/events/bulk

Track up to 1,000 events in a single request. Body parameters: Request:
Response 201 Created
  • total: number of events recorded.
  • created_leads: number of new leads created automatically (unique emails that did not exist).
Errors:

GET /v1/events

Lists events with filters. Ordered by timestamp descending (most recent first). Query parameters: Request:
Response 200 OK
Learn more in Node.js SDK.

Errors

Error format: { "error": "message" }. Codes common to all endpoints: