> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.generaltranslation.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Twilio

> Twilioアクションを使用して、TwilioでSMSの送信や通話を行います。

以下に記載のTwilioアクションは、Twilioをプロバイダーに使ってSMSの送信や通話を行えるようにします。

<div id="configure-your-vault-connection">
  ## Vault接続を構成する
</div>

TwilioアクションにVault接続を構成するには、 **アカウントのSID** と **Authトークン** が必要です。

<Frame>
  <img src="https://mintcdn.com/generaltranslationinc/pd2Xk6Hu-Ldfi_VV/docs/images/ja-jp/cdy7uua7fh8z/7MafHKBR1acJE0iGtab2J4/5f4d85a149b9dbd881b4c4558bb0e7bb/twilio-vault-connection.png?fit=max&auto=format&n=pd2Xk6Hu-Ldfi_VV&q=85&s=ebdc7c1ee64df9a9c65176ebdc62c561" alt="Dashboard > Actions > Forms > Flows > actions > Twilio" data-og-width="1404" width="1404" data-og-height="697" height="697" data-path="docs/images/ja-jp/cdy7uua7fh8z/7MafHKBR1acJE0iGtab2J4/5f4d85a149b9dbd881b4c4558bb0e7bb/twilio-vault-connection.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/generaltranslationinc/pd2Xk6Hu-Ldfi_VV/docs/images/ja-jp/cdy7uua7fh8z/7MafHKBR1acJE0iGtab2J4/5f4d85a149b9dbd881b4c4558bb0e7bb/twilio-vault-connection.png?w=280&fit=max&auto=format&n=pd2Xk6Hu-Ldfi_VV&q=85&s=5ca4fb6664ebdb494e7e421cf68f027c 280w, https://mintcdn.com/generaltranslationinc/pd2Xk6Hu-Ldfi_VV/docs/images/ja-jp/cdy7uua7fh8z/7MafHKBR1acJE0iGtab2J4/5f4d85a149b9dbd881b4c4558bb0e7bb/twilio-vault-connection.png?w=560&fit=max&auto=format&n=pd2Xk6Hu-Ldfi_VV&q=85&s=f7f481dd202ceca010a0606cedbb8455 560w, https://mintcdn.com/generaltranslationinc/pd2Xk6Hu-Ldfi_VV/docs/images/ja-jp/cdy7uua7fh8z/7MafHKBR1acJE0iGtab2J4/5f4d85a149b9dbd881b4c4558bb0e7bb/twilio-vault-connection.png?w=840&fit=max&auto=format&n=pd2Xk6Hu-Ldfi_VV&q=85&s=5fa10ac75737341379abbb7b8d3c4e6e 840w, https://mintcdn.com/generaltranslationinc/pd2Xk6Hu-Ldfi_VV/docs/images/ja-jp/cdy7uua7fh8z/7MafHKBR1acJE0iGtab2J4/5f4d85a149b9dbd881b4c4558bb0e7bb/twilio-vault-connection.png?w=1100&fit=max&auto=format&n=pd2Xk6Hu-Ldfi_VV&q=85&s=26df21e68e194b6db5c3a8ce066ccf73 1100w, https://mintcdn.com/generaltranslationinc/pd2Xk6Hu-Ldfi_VV/docs/images/ja-jp/cdy7uua7fh8z/7MafHKBR1acJE0iGtab2J4/5f4d85a149b9dbd881b4c4558bb0e7bb/twilio-vault-connection.png?w=1650&fit=max&auto=format&n=pd2Xk6Hu-Ldfi_VV&q=85&s=9a30f542719d088c7feda5df777d6e8c 1650w, https://mintcdn.com/generaltranslationinc/pd2Xk6Hu-Ldfi_VV/docs/images/ja-jp/cdy7uua7fh8z/7MafHKBR1acJE0iGtab2J4/5f4d85a149b9dbd881b4c4558bb0e7bb/twilio-vault-connection.png?w=2500&fit=max&auto=format&n=pd2Xk6Hu-Ldfi_VV&q=85&s=ea09d4427eab4e98b36512147b227b55 2500w" />
</Frame>

これらは[Twilioコンソールのダッシュボード](https://console.twilio.com/)で確認できます。

<div id="send-sms">
  ## SMSを送信する
</div>

SMSを送信します。

<Frame>
  <img src="https://mintcdn.com/generaltranslationinc/xDgF_gm8-0tTk54s/docs/images/ja-jp/cdy7uua7fh8z/4lPqmcYGCJ2oRHM3GSta6w/10b0141d163e4be601c2786895486440/sendsmstwilio.png?fit=max&auto=format&n=xDgF_gm8-0tTk54s&q=85&s=75dac791b4c4665e41e8e9088156abf9" alt="" width="1404" height="1061" data-path="docs/images/ja-jp/cdy7uua7fh8z/4lPqmcYGCJ2oRHM3GSta6w/10b0141d163e4be601c2786895486440/sendsmstwilio.png" />
</Frame>

<div id="input-settings">
  ### 入力設定
</div>

<table class="table">
  <thead>
    <tr>
      <th><b>パラメーター</b></th>
      <th><b>説明</b></th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>差出人（必須）</td>
      <td>SMSの送信者の名前です。</td>
    </tr>

    <tr>
      <td>宛先（必須）</td>
      <td><a href="https://en.wikipedia.org/wiki/E.164">E.164形式</a>で表記した宛先の電話番号です。</td>
    </tr>

    <tr>
      <td>メッセージ（必須）</td>
      <td>SMSの本文の内容です。</td>
    </tr>
  </tbody>
</table>

<div id="output-object">
  ### 出力設定
</div>

予期されるすべてのステータスコードについては、[Twilioのドキュメント](https://www.twilio.com/docs/messaging/api/message-resource#message-status-values)を参照してください。

<div id="make-call">
  ## 通話する
</div>

通話を行います。

<Frame>
  <img src="https://mintcdn.com/generaltranslationinc/xBEuvOEiZgMgyXPQ/docs/images/ja-jp/cdy7uua7fh8z/4JaAbJIVuVUJY40lhQuVUN/1a1bd6143c8033c12e18fa49252bd36b/makecalltwilio.png?fit=max&auto=format&n=xBEuvOEiZgMgyXPQ&q=85&s=bdd95711ef90e4a1f512b9c484218ba1" alt="" width="1404" height="975" data-path="docs/images/ja-jp/cdy7uua7fh8z/4JaAbJIVuVUJY40lhQuVUN/1a1bd6143c8033c12e18fa49252bd36b/makecalltwilio.png" />
</Frame>

<div id="input-settings">
  ### 入力設定
</div>

<table class="table">
  <thead>
    <tr>
      <th><b>パラメーター</b></th>
      <th><b>説明</b></th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>From（差出人）（必須）</td>
      <td>Twilioの電話番号です。国番号を含める必要があります。たとえば、+18005550175では、1が米国の国番号です。</td>
    </tr>

    <tr>
      <td>To（宛先）（必須）</td>
      <td><a href="https://en.wikipedia.org/wiki/E.164">E.164形式</a>で表記した宛先の電話番号です。</td>
    </tr>

    <tr>
      <td>TwiMLのペイロード（必須）</td>
      <td><p>音声メッセージのTwiML命令です。</p> 詳細については、<a href="https://www.twilio.com/docs/voice/twiml">TwilioのTwiMLドキュメント</a>をお読みください。 </td>
    </tr>
  </tbody>
</table>

<div id="output-object">
  ### 出力設定
</div>

予期されるすべてのステータスコードについては、[Twilioのドキュメント](https://www.twilio.com/docs/voice/twiml)を参照してください。
