Skip to main content
POST
Import past Requests

Introduction

This endpoint allows you to import previous requests (e.g., from another ticketing system). Please note that:
  1. These requests will be imported with a resolved status.
  2. You can override the created_at field.
  3. You can import up to 200 requests at once.
  4. Any row that fails to import will abort the whole process.
  5. Workflows won’t be triggered and Notifications won’t be sent out. Even if you re-open said requests.
  6. Imported records will appear as if they were created from the Admin Dashboard by the current user identified by the API key.
  7. Specifically on this endpoint you can reference users by email instead of UID, but note that this will create the users

Example payload

Usage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
items
object[]
required
Maximum array length: 200

Response

Request created

results
object[]