{
"_eventType": "person_import.api.finished",
"importId": "test_cm1uwhduy001vle4gr4soyqkq",
"status": "COMPLETED",
"updatedAt": "2024-09-01T00:00:00Z",
"failedRecords": [
{
"personId": "test_cm1uwhduy001vle4gr4soyqkq"
},
{
"email": "dev@rallyuxr.com"
}
]
}API Reference
Person importapifinished
Person import from API finished.
WEBHOOK
person_import.api.finished
{
"_eventType": "person_import.api.finished",
"importId": "test_cm1uwhduy001vle4gr4soyqkq",
"status": "COMPLETED",
"updatedAt": "2024-09-01T00:00:00Z",
"failedRecords": [
{
"personId": "test_cm1uwhduy001vle4gr4soyqkq"
},
{
"email": "dev@rallyuxr.com"
}
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Available options:
person_import.api.finished Unique identifier of the import.
Status of the import.
Available options:
NOT_STARTED, UPLOADING, ERROR, COMPLETED Timestamp the import finished.
- Option 1
- Option 2
Show child attributes
Show child attributes
Response
200
Success