talent_saved

Overview

The talent_saved event is sent after a talent record is updated and saved, including resume-related changes such as uploads, updates, deletions, duplicate merges, and generated resume documents.

Event Parameters

ParameterData TypeDescription
EventNamestringThe name of the specific event.
FrontOfficeTenantIdintegerFront office ID that indicates the tenant (client) for which the request is being made.
Resourcestring

Event specific information:

Id(integer): The identifier for the talent.
CorrelationId(string): Unique identifier for this event.

ResourceModelTypestring.NET class name for the Resource.
CorrelationIdstringUnique identifier for this event.

Sample Event

{
  "EventName": "talent_saved",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"Id\":662,\"CorrelationId\":\"0c015041-e381-448a-b654-a398a025a2e5\"}",
  "ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.TalentResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
  "CorrelationId": "0c015041-e381-448a-b654-a398a025a2e5"
}

Associated Endpoint

For details about the updated and saved talent, check the Get a Talent endpoint.



Did this page help you?