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 braze --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search braze --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 Users | export-user-by-id | Export user profile data by identifier. |
| List Custom Events | list-custom-events | Get a list of custom events defined in Braze. |
| List Catalogs | list-catalogs | Get a list of catalogs in Braze. |
| List Content Blocks | list-content-blocks | Get a list of Content Blocks with optional filtering by modification date. |
| List Email Templates | list-email-templates | Get a list of email templates with optional filtering by modification date. |
| List Segments | list-segments | Get a list of segments from Braze with optional pagination and sorting. |
| List Campaigns | list-campaigns | Get a list of campaigns from Braze with optional filtering and pagination. |
| List Canvases | list-canvases | Get a list of Canvas flows from Braze with optional filtering and pagination. |
| Get Email Template | get-email-template | Get detailed information about a specific email template. |
| Get Content Block | get-content-block | Get detailed information about a specific Content Block. |
| Get Segment Details | get-segment-details | Get detailed information about a specific segment including its name, description, and analytics. |
| Get Campaign Details | get-campaign-details | Get detailed information about a specific campaign including messages, conversion events, and schedule. |
| Get Canvas Details | get-canvas-details | Get detailed information about a specific Canvas including steps, variants, and configuration. |
| Get Subscription Status | get-subscription-status | Get a user's subscription group status by external ID, email, or phone. |
| Create Email Template | create-email-template | Create a new email template in Braze. |
| Track Users | track-users | Track user attributes, events, and purchases in Braze. |
| Update Email Subscription | update-email-subscription | Change the email subscription status for a user. |
| Update Subscription Status | update-subscription-status | Update a user's subscription group status (subscribe or unsubscribe from a group). |
| Send Messages | send-messages | Send messages immediately to specified users via email, push, content card, and other channels using the Braze messaging API. |
| Delete Users | delete-users | Delete user profiles from Braze by external IDs, Braze IDs, or user aliases. |
| 名称 | 键 | 描述 |
|---|---|---|
| 列出用户 | export-user-by-id | 按标识符导出用户资料数据。 |
| 列出自定义事件 | list-custom-events | 获取Braze中定义的自定义事件列表。 |
| 列出目录 | list-catalogs | 获取Braze中的目录列表。 |
| 列出内容块 | list-content-blocks | 获取内容块列表,支持按修改日期筛选。 |
| 列出邮件模板 | list-email-templates | 获取邮件模板列表,支持按修改日期筛选。 |
| 列出用户分群 | list-segments | 获取Braze中的用户分群列表,支持分页和排序。 |
| 列出营销活动 | list-campaigns | 获取Braze中的营销活动列表,支持筛选和分页。 |
| 列出Canvas流程 | list-canvases | 获取Braze中的Canvas流程列表,支持筛选和分页。 |
| 获取邮件模板 | get-email-template | 获取指定邮件模板的详细信息。 |
| 获取内容块 | get-content-block | 获取指定内容块的详细信息。 |
| 获取分群详情 | get-segment-details | 获取指定用户分群的详细信息,包括名称、描述和分析数据。 |
| 获取营销活动详情 | get-campaign-details | 获取指定营销活动的详细信息,包括消息、转化事件和排期。 |
| 获取Canvas详情 | get-canvas-details | 获取指定Canvas的详细信息,包括步骤、变体和配置。 |
| 获取订阅状态 | get-subscription-status | 通过外部ID、邮箱或手机号获取用户的订阅组状态。 |
| 创建邮件模板 | create-email-template | 在Braze中创建新的邮件模板。 |
| 追踪用户 | track-users | 在Braze中追踪用户属性、事件和购买行为。 |
| 更新邮件订阅 | update-email-subscription | 修改用户的邮件订阅状态。 |
| 更新订阅状态 | update-subscription-status | 更新用户的订阅组状态(订阅或退订某个组)。 |
| 发送消息 | send-messages | 使用Braze消息API通过邮件、推送、内容卡片等渠道立即向指定用户发送消息。 |
| 删除用户 | delete-users | 通过外部ID、Braze ID或用户别名从Braze中删除用户资料。 |
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