You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emit new event when a candidate is added to a job. Props include 'job_id' (required, to specify the job) and 'candidate_details' (optional, to detail specific criteria about the candidate).
new-candidate-created-instant
Description
Emit new event when a new candidate is created. Props include 'recruiter_id' (optional, to filter by recruiter) and 'candidate_details' (optional, to include specific information about the candidate).
new-candidate-stage-changed-instant
Description
Emit new event when a candidate's job stage is updated. Props include 'job_id' (required, to specify the job) and 'stage' (optional, to filter by specific stages).
Actions
save-data
Description
Save data by creating records in Recruiterflow. Props required: 'dataType' (the type of data to save, such as candidate, job, or activity) and 'dataDetails' (the specific details of the data to save). Optional props: 'tags' to categorize or organize the data.
The text was updated successfully, but these errors were encountered:
Are there specific actions, or triggers, you'd like to see for this app? Please let us know here or use the Action and Trigger issue templates to open requests for each!
Integration of LinkedIn to add new contacts, edit, delete contacts, add new candidate, edit, delete candidate, Gmail inbound/outbound, Slack, etc.
Unsure if component development can infer whatever sources or actions the user wanted. I asked them to clarify to no avail.
recruiterflow
URLs
Polling Sources
new-candidate-added-to-job-instant
Description
Emit new event when a candidate is added to a job. Props include 'job_id' (required, to specify the job) and 'candidate_details' (optional, to detail specific criteria about the candidate).
new-candidate-created-instant
Description
Emit new event when a new candidate is created. Props include 'recruiter_id' (optional, to filter by recruiter) and 'candidate_details' (optional, to include specific information about the candidate).
new-candidate-stage-changed-instant
Description
Emit new event when a candidate's job stage is updated. Props include 'job_id' (required, to specify the job) and 'stage' (optional, to filter by specific stages).
Actions
save-data
Description
Save data by creating records in Recruiterflow. Props required: 'dataType' (the type of data to save, such as candidate, job, or activity) and 'dataDetails' (the specific details of the data to save). Optional props: 'tags' to categorize or organize the data.
The text was updated successfully, but these errors were encountered: