Subscribe to these events via Webhooks to receive notifications when employment data becomes available or changes during a refresh. All webhook payloads include the common fields plus the event-specific fields below.Documentation Index
Fetch the complete documentation index at: https://truv.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
employment-created
Fires when employment data has been extracted. This occurs once per Link for each non-refresh Task completion. Multiple responses are sent when additional employments are found. Additional fields:| Field | Description |
|---|---|
object_id | The employment record ID |
task_id | The associated Task |
tracking_info | Custom metadata passed via bridge_token (nullable) |
employment-updated
Fires when employment data has changed during a refresh Task. Additional fields: Same asemployment-created (object_id, task_id, tracking_info).