The following filing events can be subscribed to by your application.
| Event code | Description |
|---|---|
| file_filed | Occurs when a file has been filed, either because: - It was accepted / executed - It was cancelled |
file_filed
| Field | Type | Description |
|---|---|---|
| id | string (uuid) | See How do I secure my notification URL? |
| alg | string | See How do I secure my notification URL? |
| sentAt | date (ISO 8601-1:2019) | When the notification was sent |
| event | string | "file_filed" |
| file_id | string (uuid) | File UUID |
| file_reference | string | File reference of the the file |
| file_status | string | One of - filed - cancelled |
| file_resolution | string | A resolution code as documented in your workflow guide |
