返回顶部
t

telnyxTelnyx通信

Telnyx — voice, SMS/MMS messaging, SIP trunking, number management, and fax.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
266
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

telnyx

☎️ Telnyx

Telnyx — 语音、短信/彩信、SIP中继、号码管理及传真服务。

环境要求

变量必需说明
TELNYXAPIKEYTelnyx API密钥(v2版本)

快速开始

bash

发送短信/彩信


python3 {{baseDir}}/scripts/telnyx.py send-message --from <值> --to <值> --text <值>

列出消息

python3 {{baseDir}}/scripts/telnyx.py list-messages --page-size 25

创建外呼通话

python3 {{baseDir}}/scripts/telnyx.py create-call --from <值> --to <值> --connection-id <值>

列出活跃通话

python3 {{baseDir}}/scripts/telnyx.py list-calls

获取通话详情

python3 {{baseDir}}/scripts/telnyx.py get-call

挂断通话

python3 {{baseDir}}/scripts/telnyx.py hangup-call

列出电话号码

python3 {{baseDir}}/scripts/telnyx.py list-numbers --page-size 25

搜索可用号码

python3 {{baseDir}}/scripts/telnyx.py search-numbers --country-code US --limit 10

订购电话号码

python3 {{baseDir}}/scripts/telnyx.py order-number --phone-numbers JSON数组

列出SIP连接

python3 {{baseDir}}/scripts/telnyx.py list-connections

创建SIP连接

python3 {{baseDir}}/scripts/telnyx.py create-connection --name <值> --connection-type ip

发送传真

python3 {{baseDir}}/scripts/telnyx.py send-fax --from <值> --to <值> --media-url <值>

列出传真

python3 {{baseDir}}/scripts/telnyx.py list-faxes

获取账户余额

python3 {{baseDir}}/scripts/telnyx.py get-balance

输出格式

所有命令默认输出JSON格式。

脚本参考

脚本说明
{baseDir}/scripts/telnyx.py主命令行工具 — 所有命令集成于单一工具

致谢

M. Abidi 构建 | agxntsix.ai YouTube | GitHub 属于面向OpenClaw代理的 AgxntSix技能套件 的一部分。

📅 需要为您的企业搭建OpenClaw? 预约免费咨询

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 telnyx-1776198429 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 telnyx-1776198429 技能

通过命令行安装

skillhub install telnyx-1776198429

下载

⬇ 下载 telnyx v1.0.0(免费)

文件大小: 3.75 KB | 发布时间: 2026-4-15 10:57

v1.0.0 最新 2026-4-15 10:57
Initial release of the Telnyx skill.

- Provides CLI tools for voice, SMS/MMS, SIP trunking, number management, and fax via Telnyx API.
- Requires a TELNYX_API_KEY environment variable.
- All commands output JSON by default.
- Supports Python 3.10+ with no external dependencies.
- Includes reference commands and quick start instructions for core Telnyx features.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部