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 attio --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search attio --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 Records | list-records | Lists people, companies, deals or other records with optional filtering and sorting. |
| List All Lists | list-all-lists | Retrieves all lists in the workspace. |
| List Entries | list-entries | Lists entries in a list with optional filtering and sorting. |
| List Objects | list-objects | Retrieves all objects (standard and custom) in the workspace. |
| List Workspace Members | list-workspace-members | Retrieves all workspace members in the current workspace. |
| Get Record | get-record | Gets a single person, company, deal or other record by its ID. |
| Get List | get-list | Retrieves a single list by its ID or slug. |
| Get List Entry | get-list-entry | Retrieves a single list entry by its ID. |
| Get Object | get-object | Retrieves metadata for a specific object by its ID or slug. |
| Get Workspace Member | get-workspace-member | Retrieves a single workspace member by their ID. |
| Get Task | get-task | Retrieves a single task by its ID. |
| Get Note | get-note | Retrieves a single note by its ID. |
| Create Record | create-record | Creates a new person, company, deal or other record in Attio. |
| Create List Entry | create-list-entry | Adds a record to a list as a new entry. |
| Create Task | create-task | Creates a new task, optionally linked to records. |
| Create Note | create-note | Creates a new note attached to a person, company, or other record. |
| Update Record | update-record | Updates an existing record. |
| Update Task | update-task | Updates an existing task. |
| Delete Record | delete-record | Deletes a single person, company, deal or other record by its ID. |
| Delete Task | delete-task | Deletes a task by its ID. |
| 名称 | 标识 | 描述 |
|---|---|---|
| 列出记录 | list-records | 列出人员、公司、交易或其他记录,支持可选的筛选和排序。 |
| 列出所有列表 | list-all-lists | 获取工作区中的所有列表。 |
| 列出列表条目 | list-entries | 列出列表中的条目,支持可选的筛选和排序。 |
| 列出对象 | list-objects | 获取工作区中的所有对象(标准对象和自定义对象)。 |
| 列出工作区成员 | list-workspace-members | 获取当前工作区中的所有成员。 |
| 获取记录 | get-record | 通过ID获取单个人员、公司、交易或其他记录。 |
| 获取列表 | get-list | 通过ID或别名获取单个列表。 |
| 获取列表条目 | get-list-entry | 通过ID获取单个列表条目。 |
| 获取对象 | get-object | 通过ID或别名获取特定对象的元数据。 |
| 获取工作区成员 | get-workspace-member | 通过ID获取单个工作区成员。 |
| 获取任务 | get-task | 通过ID获取单个任务。 |
| 获取笔记 | get-note | 通过ID获取单个笔记。 |
| 创建记录 | create-record | 在Attio中创建新的人员、公司、交易或其他记录。 |
| 创建列表条目 | create-list-entry | 将记录添加到列表中作为新条目。 |
| 创建任务 | create-task | 创建新任务,可选择关联到记录。 |
| 创建笔记 | create-note | 创建附加到人员、公司或其他记录的新笔记。 |
| 更新记录 | update-record | 更新现有记录。 |
| 更新任务 | update-task | 更新现有任务。 |
| 删除记录 | delete-record | 通过ID删除单个人员、公司、交易或其他记录。 |
| 删除任务 | delete-task | 通过ID删除任务。 |
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