job_pipeline_talent_added
Overview
The job_pipeline_talent_added event is sent after a talent has been added to a job pipeline.
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": "job_pipeline_talent_added",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"PipelineId\":362129,\"CorrelationId\":\"f765b7e3-9f23-44d5-9749-730a39664941\"}",
  "ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.JobResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
  "CorrelationId": "f765b7e3-9f23-44d5-9749-730a39664941"
}Associated Endpoint
For details about the job pipeline, check the Get Multiple Pipelines By Pipeline IDs endpoint.
Updated 8 months ago
