Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/climembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane login --tenantmembrane login complete <code>membrane search ashby --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search ashby --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --jsonmembrane 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 |
| 名称 | 键 | 描述 |
|---|---|---|
| 列出申请 | list-applications | 获取分页的职位申请列表 |
| 列出候选人 | list-candidates | 获取分页的候选人列表 |
| 列出职位 | list-jobs | 获取分页的职位列表 |
| 列出用户 | list-users | 获取组织内所有用户的列表 |
| 获取申请详情 | get-application | 获取指定申请的详细信息 |
| 获取候选人详情 | get-candidate | 获取指定候选人的详细信息 |
| 获取职位详情 | get-job | 获取指定职位的详细信息 |
| 获取用户详情 | get-user | 获取指定用户的详细信息 |
| 创建申请 | create-application | 为候选人创建新的职位申请 |
| 创建候选人 | create-candidate | 在Ashby中创建新候选人 |
| 创建职位 | create-job | 创建新的职位发布 |
| 更新申请 | update-application | 更新现有申请 |
| 更新候选人 | update-candidate | 更新现有候选人的信息 |
| 更新职位 | update-job | 更新现有职位 |
| 搜索候选人 | search-candidates | 按姓名或邮箱搜索候选人 |
| 搜索职位 | search-jobs | 按职位名称或其他条件搜索职位 |
| 列出入职通知 | list-offers | 获取分页的录用通知列表 |
| 列出候选人备注 | list-candidate-notes | 获取指定候选人的备注信息 |
| 创建候选人备注 | create-candidate-note | 为候选人添加备注 |
| 修改申请阶段 | change-application-stage | 修改申请所处的面试阶段 |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"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 request CONNECTION_ID /path/to/endpoint| 标志 | 描述 |
|---|---|
| HTTP方法(GET、POST、PUT、PATCH、DELETE),默认是GET |
| 添加请求头(可重复使用),例如 |
| 请求体(字符串格式) |
| 发送JSON请求体并设置 |
| 不做任何处理,原样发送请求体 |
| 查询字符串参数(可重复使用),例如 |
| 路径参数(可重复使用),例如 |
membrane action list --intent=QUERYmembrane action list --intent=QUERY