Import
Create Import
Create a new import
The payload
is an array of objects, where each object will be imported. For all three types, we expect the same payload you would also send to their respective /x_details
endpoint.
To simplify integrations, deals and appointments both accept an additional contact_external_id
that can be set instead of the contact_id
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filtering Columns
Body
application/json
import
The body is of type object
.
Response
200
application/json
The updated Import object
The response is of type object
.