web_applicant_submitted
Overview
The web_applicant_submitted event is sent after a web applicant is nominated or pipelined.
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": "web_applicant_submitted",
"FrontOfficeTenantId": 6,
"Resource": "{\"JobId\":362129,\"TalentId\":662,\"CorrelationId\":\"ba623a16-8ecc-4a2d-a751-f796556c0c3a\"}",
"ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.ContactResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
"CorrelationId": "ba623a16-8ecc-4a2d-a751-f796556c0c3a"
}
Associated Endpoint
For details about the job web applications for the talent, check the Get Web Applications For a Talent endpoint.
Updated about 3 hours ago