Loading...
Loading...
Breezy HR integration. Manage Jobs, Applicants, Stages, Users. Use when the user wants to interact with Breezy HR data.
npx skill4agent add membranedev/application-skills breezymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search breezy --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Add Candidate Note | add-candidate-note | Add a note to a candidate's activity stream (conversation) |
| Get Position Team | get-position-team | Retrieve the team members assigned to a position |
| Update Position State | update-position-state | Update the state (status) of a position (draft, published, closed, etc.) |
| List Pipelines | list-pipelines | Retrieve all hiring pipelines for a company |
| Search Candidates | search-candidates | Search for candidates by email address across all positions in a company |
| Update Candidate Stage | update-candidate-stage | Move a candidate to a different stage in the hiring pipeline |
| Update Candidate | update-candidate | Update an existing candidate's details |
| Create Candidate | create-candidate | Add a new candidate to a position |
| Get Candidate | get-candidate | Retrieve details for a specific candidate |
| List Candidates | list-candidates | Retrieve all candidates for a specific position |
| Update Position | update-position | Update an existing position (job) |
| Create Position | create-position | Create a new position (job) in a company |
| Get Position | get-position | Retrieve details for a specific position (job) |
| List Positions | list-positions | Retrieve all positions (jobs) for a given company |
| Get Company | get-company | Retrieve details for a specific company |
| List Companies | list-companies | Retrieve all companies associated with the authenticated user |
| Get Current User | get-current-user | Retrieve the authenticated user's information |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY