connect-ai-bullhorncrm

Query and manage Bullhorn CRM data using SQL-based queries.

4|1|Updated May 6, 2026
One-click install
npx skills add https://github.com/CDataSoftware/connect-ai-skills --skill connect-ai-bullhorncrm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connect-ai-bullhorncrm
Source: https://github.com/CDataSoftware/connect-ai-skills/tree/main/skills/connectors/connect-ai-bullhorncrm
Command: npx skills add https://github.com/CDataSoftware/connect-ai-skills --skill connect-ai-bullhorncrm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of querying and managing Bullhorn CRM data, providing a structured and efficient way to access and manipulate recruiting data.

Core Features & Use Cases

  • Bullhorn CRM Data Access: Offers comprehensive access to the Bullhorn CRM data model, including Candidates, ClientCorporations, JobOrders, JobSubmissions, and Placements.
  • Recruiting Analytics: Enables in-depth analysis of recruiting metrics and processes through SQL-based queries.
  • File Attachments: Supports file attachment procedures for handling documents related to job orders and candidates.
  • Use Case: For instance, you can query for all candidates submitted to a specific job over the past month and extract relevant data such as status, date added, and job details.

Quick Start

To start querying Bullhorn CRM data, load the connect-ai-bullhorncrm skill and execute the following command: SELECT * FROM [YourConnection].[BullhornCRM].[Candidate] WHERE [DateAdded] >= DATEADD(day, -30, GETDATE()) ORDER BY [DateAdded] DESC LIMIT 50.

Frequently Asked Questions about connect-ai-bullhorncrm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Bullhorn CRM data using SQL?

You can query Bullhorn CRM data using SQL by executing standard SELECT statements against the data model, such as retrieving Candidates or JobOrders with specific filters and date ranges.

What recruitment data entities are available for SQL-based analysis in Bullhorn CRM?

Bullhorn CRM data analysis covers entities including Candidates, ClientCorporations, JobOrders, JobSubmissions, and Placements, enabling in-depth querying of recruiting metrics and talent management processes.

Can I retrieve candidates submitted to a specific job over the past month in Bullhorn CRM?

Yes, you can retrieve recently submitted candidates by running a SQL query filtering JobSubmissions by DateAdded within the last 30 days, extracting status, date, and job details.

Do I need prior knowledge of the Bullhorn data model to manage CRM operations?

Yes, managing Bullhorn CRM operations requires existing knowledge of the Bullhorn data model and SQL syntax to accurately manipulate and retrieve recruitment data.

Does this approach support handling file attachments for job orders and candidates?

Yes, the SQL-based CRM operations support file attachment procedures, allowing you to handle and manage documents directly related to job orders and candidate records.