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 twilio --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search twilio --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 Recording | get-recording | Fetch details of a specific call recording by its SID |
| List Recordings | list-recordings | Retrieve a list of call recordings belonging to your Twilio account |
| Get Account Balance | get-account-balance | Fetch the current balance of your Twilio account |
| Get Phone Number | get-phone-number | Fetch details of a specific incoming phone number by its SID |
| List Phone Numbers | list-phone-numbers | Retrieve a list of incoming phone numbers belonging to your Twilio account |
| Update Call | update-call | Modify an in-progress call (redirect, end, or change TwiML) |
| Get Call | get-call | Fetch details of a specific call by its SID |
| List Calls | list-calls | Retrieve a list of calls made to and from your Twilio account |
| Create Call | create-call | Initiate an outbound phone call |
| Delete Message | delete-message | Delete a message from your Twilio account |
| Get Message | get-message | Fetch details of a specific message by its SID |
| List Messages | list-messages | Retrieve a list of messages associated with your Twilio account |
| Send Message | send-message | Send an SMS or MMS message to a phone number |
| 名称 | 键名 | 描述 |
|---|---|---|
| 获取录音 | get-recording | 根据SID查询指定通话录音的详情 |
| 列出录音 | list-recordings | 查询你的Twilio账户下所有通话录音列表 |
| 获取账户余额 | get-account-balance | 查询你的Twilio账户当前余额 |
| 获取电话号码 | get-phone-number | 根据SID查询指定呼入电话号码的详情 |
| 列出电话号码 | list-phone-numbers | 查询你的Twilio账户下所有呼入电话号码列表 |
| 更新通话 | update-call | 修改进行中的通话(重定向、挂断或修改TwiML) |
| 获取通话详情 | get-call | 根据SID查询指定通话的详情 |
| 列出通话记录 | list-calls | 查询你的Twilio账户所有呼入和呼出通话列表 |
| 创建通话 | create-call | 发起外呼电话 |
| 删除消息 | delete-message | 从你的Twilio账户中删除一条消息 |
| 获取消息详情 | get-message | 根据SID查询指定消息的详情 |
| 列出消息 | list-messages | 查询你的Twilio账户关联的所有消息列表 |
| 发送消息 | send-message | 向指定电话号码发送SMS或MMS消息 |
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