This file event triggers when a tag has been successfully assigned to a specific file within the Alfred platform. In the description key it is possible to find the tag under which the file was classified.
The file will continue the corresponding pipeline after a successful classification.
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_log_id": "(UUID format) - Unique identifier for the log entry related to the file event.",
"description": "Brief textual description of the event or action taken.",
"confidence": "(floating-point numeric value) - Confidence level of the action taken or the classification, typically between 0.0 and 1.0.",
"creation_date": "(ISO 8601 date format) - Date and time when the file category was initially created.",
"update_date": "(ISO 8601 date format) - Date and time when the file category was last updated."
}
}