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 message-bird --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search message-bird --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 Contacts | list-contacts | List all contacts with optional pagination. |
| Delete Contact | delete-contact | Delete an existing contact by its unique ID. |
| Update Contact | update-contact | Update an existing contact's information. |
| Get Contact | get-contact | Retrieve the information of an existing contact by ID or phone number (MSISDN). |
| Create Contact | create-contact | Create a new contact in MessageBird with phone number and optional details. |
| Get Balance | get-balance | Retrieve your MessageBird account balance information including payment type, amount, and currency. |
| Delete Message | delete-message | Delete an existing scheduled message by its unique ID. |
| Get Message | get-message | Retrieve the information of an existing message by its unique ID. |
| List Messages | list-messages | List SMS messages with optional filters for originator, recipient, direction, status, and date range. |
| Send SMS | send-sms | Send an SMS message to one or more recipients. |
| 名称 | 键 | 描述 |
|---|---|---|
| 列出联系人 | list-contacts | 列出所有联系人,支持可选分页。 |
| 删除联系人 | delete-contact | 通过唯一ID删除现有联系人。 |
| 更新联系人 | update-contact | 更新现有联系人的信息。 |
| 获取联系人 | get-contact | 通过ID或电话号码(MSISDN)获取现有联系人的信息。 |
| 创建联系人 | create-contact | 在MessageBird中创建新联系人,需提供电话号码,可补充其他可选信息。 |
| 获取余额 | get-balance | 获取你的MessageBird账户余额信息,包括支付类型、金额和货币。 |
| 删除消息 | delete-message | 通过唯一ID删除现有已定时发送的消息。 |
| 获取消息 | get-message | 通过唯一ID获取现有消息的信息。 |
| 列出消息 | list-messages | 列出SMS消息,支持按发送方、接收方、方向、状态、日期范围等可选条件过滤。 |
| 发送短信 | send-sms | 向一个或多个接收方发送SMS消息。 |
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