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 sharpspring --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search sharpspring --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 Leads | list-leads | Retrieves a list of leads from SharpSpring with optional filtering and pagination |
| List Accounts | list-accounts | Retrieves a list of accounts from SharpSpring with optional filtering and pagination |
| List Opportunities | list-opportunities | Retrieves a list of opportunities from SharpSpring with optional filtering and pagination |
| List Users | list-users | Retrieves all user profiles from your SharpSpring account |
| List Active Lists | list-active-lists | Retrieves all active marketing lists from SharpSpring |
| List Campaigns | list-campaigns | Retrieves a list of campaigns from SharpSpring with optional filtering and pagination |
| List Deal Stages | list-deal-stages | Retrieves all deal stages from SharpSpring |
| Get Lead | get-lead | Retrieves a single lead by its ID from SharpSpring |
| Get Account | get-account | Retrieves a single account by its ID from SharpSpring |
| Get Opportunity | get-opportunity | Retrieves a single opportunity by its ID from SharpSpring |
| Get Campaign | get-campaign | Retrieves a single campaign by its ID from SharpSpring |
| Get List Members | get-list-members | Retrieves all members (leads) of a specific active list from SharpSpring |
| Create Lead | create-lead | Creates a new lead in SharpSpring |
| Create Account | create-account | Creates a new account in SharpSpring |
| Create Opportunity | create-opportunity | Creates a new opportunity in SharpSpring |
| Update Lead | update-lead | Updates an existing lead in SharpSpring |
| Update Account | update-account | Updates an existing account in SharpSpring |
| Update Opportunity | update-opportunity | Updates an existing opportunity in SharpSpring |
| Delete Lead | delete-lead | Deletes a lead from SharpSpring by its ID |
| Get Custom Fields | get-custom-fields | Retrieves all custom fields defined in your SharpSpring account |
| 名称 | 标识 | 描述 |
|---|---|---|
| 列出线索 | list-leads | 从SharpSpring中检索线索列表,支持可选的筛选和分页 |
| 列出账户 | list-accounts | 从SharpSpring中检索账户列表,支持可选的筛选和分页 |
| 列出商机 | list-opportunities | 从SharpSpring中检索商机列表,支持可选的筛选和分页 |
| 列出用户 | list-users | 从你的SharpSpring账户中检索所有用户资料 |
| 列出活跃列表 | list-active-lists | 从SharpSpring中检索所有活跃营销列表 |
| 列出营销活动 | list-campaigns | 从SharpSpring中检索营销活动列表,支持可选的筛选和分页 |
| 列出交易阶段 | list-deal-stages | 从SharpSpring中检索所有交易阶段 |
| 获取线索 | get-lead | 根据ID从SharpSpring中检索单个线索 |
| 获取账户 | get-account | 根据ID从SharpSpring中检索单个账户 |
| 获取商机 | get-opportunity | 根据ID从SharpSpring中检索单个商机 |
| 获取营销活动 | get-campaign | 根据ID从SharpSpring中检索单个营销活动 |
| 获取列表成员 | get-list-members | 从SharpSpring中检索指定活跃列表的所有成员(线索) |
| 创建线索 | create-lead | 在SharpSpring中创建新线索 |
| 创建账户 | create-account | 在SharpSpring中创建新账户 |
| 创建商机 | create-opportunity | 在SharpSpring中创建新商机 |
| 更新线索 | update-lead | 在SharpSpring中更新现有线索 |
| 更新账户 | update-account | 在SharpSpring中更新现有账户 |
| 更新商机 | update-opportunity | 在SharpSpring中更新现有商机 |
| 删除线索 | delete-lead | 根据ID从SharpSpring中删除线索 |
| 获取自定义字段 | get-custom-fields | 从你的SharpSpring账户中检索所有已定义的自定义字段 |
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