This file event triggers when a file has been uploaded and successfully linked to a job. The event is triggered whenever a file is associated with a job, irrespective of the integration mechanism used—whether through Alfred Desktop, email ingestion via Pointguard, or any other client or tool.
Once in our system, the uploaded file will follow the assigned pipeline for the job.
Example JSON Payload
{
"event_id": "(UUID format) - Unique identifier for the event.",
"event_type": "Describes the type of event that occurred.",
"event_time": "(floating-point numeric timestamp) - Unix timestamp representing the time when the event occurred, including milliseconds.",
"event": {
"event_name": "Name of the specific event.",
"event_type": "Type of the event, often matching or related to the outer event_type.",
"company_id": "(UUID format) - Unique identifier for the company associated with the event.",
"company_name": "Name of the company associated with the event.",
"file_id": "(UUID format) - Unique identifier for the file involved in the event.",
"job_id": "(UUID format) - Unique identifier for the job associated with the file and event."
}
}