talent_resume_tag_added

Overview

The talent_resume_tag_added event is sent when a resume/CV tag is added to a talent profile through Add Talent Resume Tags or on the Talent > Custom Fields/Tags tab.

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:

TalentId (integer): The identifier for the talent.

CorrelationId(string): Unique identifier for this event.

BusinessProcessId (string): The identifier for the business process.

InvokedByUserId (integer): The unique identifier for the user who initiated the event.

ResourceModelTypestring.NET class name for the Resource.
CorrelationIdstringUnique identifier for this event.
InvokedByUserIdintegerThe unique identifier for the user who initiated the event.

Sample Event

{
  "EventName": "talent_resume_tag_added",
  "FrontOfficeTenantId": 2446,
  "Resource": "{\"TalentId\":123456,\"CorrelationId\":\"f001f291-2b17-4ef4-82c1-9c991c8f8dc7\",\"BusinessProcessId\":\"00000000-0000-0000-0000-000000000000\",\"InvokedByUserId\":0}",
  "ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.TalentResumeTagResourceModel, Avionte.Commons.CompasEventModel, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null",
  "CorrelationId": "f001f291-2b17-4ef4-82c1-9c991c8f8dc7",
  "InvokedByUserId": 0
}

Associated Endpoint

For details about the talent resume tags, check the Get Talent Resume Tags endpoint.


Did this page help you?