Skip to main content

Available Events

When configuring your webhook at hirempire.com/webhooks, you can subscribe to any of the following event types:
Job AddedTriggered when a new job is published.This event fires as soon as a new job posting is created and published in your Hirempire account.Event ID: job_added
Job ActivatedTriggered when a job is made active.This event fires when a previously inactive or draft job is activated and becomes visible.Event ID: job_activated
Job DeactivatedTriggered when a job is not active.This event fires when an active job is deactivated, removing it from active listings.Event ID: job_deactivated
Job DeletedTriggered when a job is permanently removed.This event fires when a job posting is permanently deleted from your Hirempire account.Event ID: job_deleted
Applicant AppliedTriggered when someone applies to one of your jobs.This event fires when a candidate submits an application to any of your published job postings. The payload includes the applicant’s full profile, AI evaluation, and application details.Event ID: applicant_applied
Although the resource group was renamed from “applicants” to “candidates”, this event keeps its applicant_applied name and its applicant.* payload fields. The event describes a specific candidate sub-type (a candidate of type: "applicant" — someone who actively submitted an application), so the legacy naming is preserved.
CV Uploading Process CompletedTriggered when CV processing and analysis is finished.This event fires after Hirempire has completed processing and analyzing an uploaded CV, including AI-powered data extraction and evaluation.Event ID: cv_upload_completed
Meeting BookedTriggered when a meeting is successfully scheduled via Hirempire.This event fires when a candidate or team member books a meeting through the Hirempire scheduling system.Event ID: meeting_booked

Quick Reference

Event IDDescription
job_addedTriggered when a new job is published
job_activatedTriggered when a job is made active
job_deactivatedTriggered when a job is not active
job_deletedTriggered when a job is permanently removed
applicant_appliedTriggered when someone applies to one of your jobs
cv_upload_completedTriggered when CV processing and analysis is finished
meeting_bookedTriggered when a meeting is successfully scheduled via Hirempire
You can subscribe to one or more events per webhook. Visit hirempire.com/webhooks to configure your subscriptions.