Skip Location prompt in Conversational ATS use cases
The following provides an overview of additional Job Search feature logic that is either built-in by default or can be configured under the right conditions.
Job search has standard logic to skip the Get Location prompt in job search and display all jobs in an account if there are less than 10 jobs turned on in the account.
Logic / Candidate Search Experience:
- Prompt the candidate to pick a job category.
- Within the job category:
- IF jobs in job category = 0: Your AI Assistant will respond with: "Sorry! We don't currently have any {Job Category} positions open..."
- IF jobs in job category =< 10: Your AI Assistant will display job results for all locations (i.e. location search does not matter because there are so few jobs that we will display all of the jobs with no need for a location input)
- IF jobs in job category > 10: Your AI Assistant will send the Get Location message to the candidate to have them clarify which location they are searching for
- Within the job category:
This logic is specifically for the count of jobs turned on in My Jobs, meaning jobs that are open/enabled, not if there are less than 10 jobs in the account.