Loading...
Loading...
Ashby integration. Manage Persons, Users, Roles. Use when the user wants to interact with Ashby data.
npx skill4agent add membranedev/application-skills ashbymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search ashby --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 |
|---|---|---|
| List Applications | list-applications | Retrieves a paginated list of job applications |
| List Candidates | list-candidates | Retrieves a paginated list of candidates |
| List Jobs | list-jobs | Retrieves a paginated list of jobs |
| List Users | list-users | Retrieves a list of all users in the organization |
| Get Application | get-application | Retrieves detailed information about a specific application |
| Get Candidate | get-candidate | Retrieves detailed information about a specific candidate |
| Get Job | get-job | Retrieves detailed information about a specific job |
| Get User | get-user | Retrieves detailed information about a specific user |
| Create Application | create-application | Creates a new job application for a candidate |
| Create Candidate | create-candidate | Creates a new candidate in Ashby |
| Create Job | create-job | Creates a new job posting |
| Update Application | update-application | Updates an existing application |
| Update Candidate | update-candidate | Updates an existing candidate's information |
| Update Job | update-job | Updates an existing job |
| Search Candidates | search-candidates | Searches for candidates by name or email |
| Search Jobs | search-jobs | Searches for jobs by title or other criteria |
| List Offers | list-offers | Retrieves a paginated list of offers |
| List Candidate Notes | list-candidate-notes | Retrieves notes for a specific candidate |
| Create Candidate Note | create-candidate-note | Creates a note on a candidate |
| Change Application Stage | change-application-stage | Changes the interview stage of an application |
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