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
| Parameter | Data Type | Description |
|---|---|---|
EventName | string | The name of the specific event. |
FrontOfficeTenantId | integer | Front office ID that indicates the tenant (client) for which the request is being made. |
Resource | string | Event specific information:
|
ResourceModelType | string | .NET class name for the Resource. |
CorrelationId | string | Unique identifier for this event. |
InvokedByUserId | integer | The 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.
Updated about 2 hours ago
Did this page help you?
