Voice

はじめる

お客様を引きつける音声サービスの構築方法をご紹介します

カスタマイズ可能な音声機能の追加が、かつてないほど容易になりました

Developer tools make it easy to start building with Twilio

顧客に集中でき、一からの構築は不要です

Twilio Voiceはカスタマイズ可能な音声サービスの構築に必要なツールを提供し、変化し続けるお客様の期待に応え、上回るように支援します。Twilioのエンタープライズクラスインフラストラクチャを採用すると、記憶に残るような顧客体験の提供に時間をかけることができ、サービスの構築にかける時間は削減することができます。

また、Twilioの革新的なAPI、SDK、開発者リソースを導入すると、記憶に残る音声アプリケーションの構築を始めるために必要なサポートはすべて揃います。

Voice API


お客様とつながる方法をアップグレード

世界中のお客様とのつながりを始める

// Download the helper library from https://www.twilio.com/docs/node/install
// Find your Account SID and Auth Token at twilio.com/console
// and set the environment variables. See http://twil.io/secure
const accountSid = process.env.TWILIO_ACCOUNT_SID;
const authToken = process.env.TWILIO_AUTH_TOKEN;
const client = require('twilio')(accountSid, authToken);

client.calls
      .create({
         url: 'https://example.com',
         to: '+15558675310',
         from: '+15017122661'
       })
      .then(call => console.log(call.sid));
// Download the helper library from https://www.twilio.com/docs/node/install
// Find your Account SID and Auth Token at twilio.com/console
// and set the environment variables. See http://twil.io/secure
const accountSid = process.env.TWILIO_ACCOUNT_SID;
const authToken = process.env.TWILIO_AUTH_TOKEN;
const client = require('twilio')(accountSid, authToken);

client.transcriptions('TRXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')
      .fetch()
      .then(transcription => console.log(transcription.dateCreated));

通話の制御と振る舞い変更が容易にできます

データのセキュリティを懸念することなく構築します

  • 緊急コール
    米国、カナダ、英国の国内で緊急通報をPSAP(緊急応答機関)へ転送できます
  • 番号非公開通話
    一時的な電話番号プロキシにより企業と顧客の機密データを保護します
  • HIPAAとPCI
    コンプライアンス遵守: Twilio VoiceはHIPAAとPCI DSS Level 1の両方に適合しています
// Download the helper library from https://www.twilio.com/docs/node/install
// Find your Account SID and Auth Token at twilio.com/console
// and set the environment variables. See http://twil.io/secure
const accountSid = process.env.TWILIO_ACCOUNT_SID;
const authToken = process.env.TWILIO_AUTH_TOKEN;
const client = require('twilio')(accountSid, authToken);

client.calls('CAXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')
      .payments
      .create({
         idempotencyKey: 'idempotency_key',
         statusCallback: 'https://example.com'
       })
      .then(payment => console.log(payment.sid));

サポート対象の製品


通信はVoiceで開始/終了しません

メッセージング

SMS、WhatsApp、チャットなどお客様の好みのコミュニケーション手段でつながりましょう。

Elastic SIP Trunking

最も俊敏性に優れたSIPトランキングソリューションにより、PSTN接続機能とグローバルな拡張性を通信インフラに追加します。

リソース


料金


柔軟なVoice APIに柔軟な料金

Twilio Voiceはご利用分に応じたお支払いのため、確約利用料金は不要です。従量課金または確約利用量による割引が可能です。