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 getprospect --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search getprospect --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 |
|---|---|---|
| Get Lists | get-lists | Retrieves all contact lists from your GetProspect account. |
| Get List Contacts | get-list-contacts | Retrieves all contacts from a specific list. |
| Get Company | get-company | Retrieves a single company by its ID from your GetProspect CRM. |
| Get Contact | get-contact | Retrieves a single contact by their ID from your GetProspect CRM. |
| Create Contact | create-contact | Creates a new contact in your GetProspect CRM with the specified details. |
| Create Company | create-company | Creates a new company in your GetProspect CRM. |
| Create List | create-list | Creates a new contact list in your GetProspect account. |
| Update Contact | update-contact | Updates an existing contact in your GetProspect CRM with the specified details. |
| Update Company | update-company | Updates an existing company in your GetProspect CRM. |
| Update List | update-list | Updates an existing contact list in your GetProspect account. |
| Delete Contact | delete-contact | Deletes a contact from your GetProspect CRM by their ID. |
| Delete Company | delete-company | Deletes a company from your GetProspect CRM by its ID. |
| Search Contacts | search-contacts | Searches for contacts in your GetProspect CRM by various filters. |
| Search Companies | search-companies | Searches for companies in your GetProspect CRM by name. |
| Search Leads | search-leads | Finds contacts with emails in GetProspect B2B leads database by different search criteria. |
| Search Companies in B2B Database | search-companies-b2b | Searches for companies in GetProspect B2B database by various criteria. |
| Find Email | find-email | Finds the contact's business email address based on the first name, last name, and company name or company domain. |
| Add Contacts to List | add-contacts-to-list | Adds one or more contacts to a specific list. |
| Lookup Email | lookup-email | Looks up detailed information about an email address. |
| Verify Email | verify-email | Verifies the given email address and defines its deliverability. |
| 名称 | 键 | 描述 |
|---|---|---|
| 获取列表 | get-lists | 从你的GetProspect账户中检索所有联系人列表。 |
| 获取列表联系人 | get-list-contacts | 从指定列表中检索所有联系人。 |
| 获取公司信息 | get-company | 从你的GetProspect CRM中按ID检索单个公司的信息。 |
| 获取联系人信息 | get-contact | 从你的GetProspect CRM中按ID检索单个联系人的信息。 |
| 创建联系人 | create-contact | 在你的GetProspect CRM中按指定信息创建新联系人。 |
| 创建公司 | create-company | 在你的GetProspect CRM中创建新公司。 |
| 创建列表 | create-list | 在你的GetProspect账户中创建新的联系人列表。 |
| 更新联系人 | update-contact | 按指定信息更新GetProspect CRM中已有的联系人信息。 |
| 更新公司 | update-company | 更新GetProspect CRM中已有的公司信息。 |
| 更新列表 | update-list | 更新你的GetProspect账户中已有的联系人列表。 |
| 删除联系人 | delete-contact | 按ID从你的GetProspect CRM中删除指定联系人。 |
| 删除公司 | delete-company | 按ID从你的GetProspect CRM中删除指定公司。 |
| 搜索联系人 | search-contacts | 按多种筛选条件在你的GetProspect CRM中搜索联系人。 |
| 搜索公司 | search-companies | 按名称在你的GetProspect CRM中搜索公司。 |
| 搜索线索 | search-leads | 按不同搜索条件在GetProspect B2B线索数据库中查找带有邮箱的联系人。 |
| 在B2B数据库中搜索公司 | search-companies-b2b | 按多种条件在GetProspect B2B数据库中搜索公司。 |
| 查找邮箱 | find-email | 基于联系人的名、姓、公司名称或公司域名查找对应的企业邮箱地址。 |
| 添加联系人到列表 | add-contacts-to-list | 将一个或多个联系人添加到指定列表中。 |
| 邮箱查询 | lookup-email | 查询指定邮箱地址的详细信息。 |
| 邮箱验证 | verify-email | 验证给定邮箱地址,判断其可送达性。 |
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