telnyx node:Telnyx API的Node SDK 源码
Telnyx Node.js库 Telnyx节点库提供了使用服务器端JavaScript编写的应用程序对Telnyx API的便捷访问。 文献资料 请参阅。 安装 使用以下方法安装软件包: npm install telnyx --save 用法 该程序包需要使用您的帐户的API密钥进行配置,您可以在找到该。 要求它具有键的值: const telnyx = require ( 'telnyx' ) ( 'KEY123456...' ) ; const messagingProfile = await telnyx . messagingProfiles . create ( { name : 'Summer Campaign' } ) ; 或使用v7.9之前的Node.js版本: var telnyx = require ( 'telnyx' ) ( 'KEY123456.
用户评论