talent_task_created
Overview
The talent_task_created
event is sent after a new talent task record has been created for a talent.
Event Parameters
Parameter | Data Type | Description |
---|---|---|
| string | The name of the specific event. |
| integer | Front office ID that indicates the tenant (client) for which the request is being made. |
| string | Event specific information:
|
| string | .NET class name for the Resource. |
| string | Unique identifier for this event. |
Sample Event
{
"EventName": "talent_task_created",
"FrontOfficeTenantId": 6,
"Resource": "{\"TaskId\":662,\"CorrelationId\":\"0c015041-e381-448a-b654-a398a025a2e5\"}",
"ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.TalentTaskResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
"CorrelationId": "0c015041-e381-448a-b654-a398a025a2e5"
}
Associated Endpoint
For details about the created talent task, check the Get a Talent Task endpoint.
Updated 13 days ago