Developer docs

Breezy Hr integration

Integrate Breezy HR to streamline your recruiting and applicant tracking…

Updated June 2026 48 actions available

Provider
breezy_hr
Category
Other
Setup
See setup section below
Actions
48 available

Quick start

Call Breezy Hr from your generated app's worker code via the OverSkill composio client. The toolkit slug below maps to Breezy Hr's public Composio identifier — your app references it by name and OverSkill handles the OAuth round-trip.

// In your generated app's worker handler:
const composio = composioClient(env);

const result = await composio.execute(
  "BREEZY_HR_ACTION_NAME",
  { /* action parameters — see Actions section below */ }
);

return new Response(JSON.stringify(result), {
  headers: { "Content-Type": "application/json" }
});

Replace ACTION_NAME with one of the slugs listed in the Actions section below. The composio client handles auth + rate limits automatically — no API key is exposed to user code.

Setup

Setup details for Breezy Hr aren't published yet. If you need this integration in production, contact the OverSkill team and we'll prioritize it.

Available actions

48 actions exposed via the Breezy Hr integration. Each maps to a callable slug — pass it to composio.execute(...) in your worker code.

Show all 48 actions
  • BREEZY_HR_GET_CANDIDATE_CONVERSATION
  • BREEZY_HR_GET_CANDIDATE_META
  • BREEZY_HR_GET_CANDIDATE_RESUME
  • BREEZY_HR_GET_CANDIDATE_STREAM
  • BREEZY_HR_GET_COMPANY
  • BREEZY_HR_GET_PIPELINE
  • BREEZY_HR_GET_POSITION
  • BREEZY_HR_GET_POSITION_TEAM
  • BREEZY_HR_GET_QUESTIONNAIRE
  • BREEZY_HR_GET_TEMPLATE
  • BREEZY_HR_GET_USER
  • BREEZY_HR_GET_USER_DETAILS
  • BREEZY_HR_GET_WEBHOOK_ENDPOINT
  • BREEZY_HR_LIST_CANDIDATE_ASSESSMENTS
  • BREEZY_HR_LIST_CANDIDATE_BACKGROUND_CHECKS
  • BREEZY_HR_LIST_CANDIDATE_CUSTOM_ATTRIBUTES
  • BREEZY_HR_LIST_CANDIDATE_CUSTOM_FIELDS
  • BREEZY_HR_LIST_CANDIDATE_DOCUMENTS
  • BREEZY_HR_LIST_CANDIDATE_QUESTIONNAIRES
  • BREEZY_HR_LIST_COMPANIES
  • BREEZY_HR_LIST_PIPELINES
  • BREEZY_HR_LIST_POSITION_CUSTOM_ATTRIBUTES
  • BREEZY_HR_LIST_POSITION_CUSTOM_FIELDS
  • BREEZY_HR_LIST_POSITIONS
  • BREEZY_HR_LIST_QUESTIONNAIRES
  • BREEZY_HR_LIST_TEMPLATES
  • BREEZY_HR_LIST_WEBHOOK_ENDPOINTS
  • BREEZY_HR_PAUSE_WEBHOOK_ENDPOINT
  • BREEZY_HR_RESUME_WEBHOOK_ENDPOINT
  • BREEZY_HR_SEARCH_CANDIDATES
  • BREEZY_HR_UPDATE_CANDIDATE
  • BREEZY_HR_UPDATE_CANDIDATE_SCORECARD
  • BREEZY_HR_UPDATE_CANDIDATE_STAGE
  • BREEZY_HR_UPDATE_POSITION
  • BREEZY_HR_UPDATE_POSITION_STATE
  • BREEZY_HR_UPDATE_WEBHOOK_ENDPOINT

Build with Breezy Hr

Open OverSkill, describe what you want to build, and reference Breezy Hr in your prompt — the AI will wire up the integration automatically.