# Twilio

## 連接你的 Twilio 帳號

### 登入Twilio

前往 [**Twilio**](https://www.twilio.com/login) 登入，於 Dashboard（儀錶板） 頁面中找到「**ACCOUNT SID**」以及「**AUTH TOKEN**」代碼複製。

![](/files/-MO1cOmRH05x7jFcV_IZ)

### 貼上相關資料（**ACCOUNT SID** & **AUTH TOKEN）**

回到系統中，點擊「新增」按鈕。

將於 Twilio 複製的「**ACCOUNT SID**」以及「**AUTH TOKEN**」字串代碼貼上至對應的欄位，確認無誤後，點擊右下方按鈕進行下一步。

![](/files/-MO1cjSP_fin13-uh7ZT)

若上一步資料填寫皆正確，將會在此頁中顯示您在 Twilio 所擁有的電話號碼，確認無誤後，點擊右下方「進行連接」按鈕即可完成綁定。

![](/files/-MO1crJjlB_1mdmJ3GSF)

{% hint style="info" %}
**若您在 Twilio 有多組號碼，此頁面會一併列出讓您做選擇。**
{% endhint %}

###

### 連結 Webhook

{% hint style="info" %}
**若您需要「接收客戶的回傳簡訊」，請務必連結 Webhook**； 若不需要則可以省略，系統將不會收到任何客戶所回傳的簡訊。
{% endhint %}

在簡訊整合列表中，於需要綁定 Webhook 的號碼點選後&#x65B9;**「編輯」**&#x6309;鈕。

![](/files/-MO1dAuwmgJYFl1cfAIp)

進入編輯頁面後，將系統頁面下方「**Webhook URL**」進行複製。

![](/files/-MO1dLeOcpFa8m0wyJnq)

回到 Twilio 頁面，於 **Phone Numbers > Manage Numbers** 頁面中，點擊您的電話號碼。

![](/files/-MO1dOBPEh-CrT-tjJMi)

於該頁面底部「Messaging」中&#x7684;**「A MESSAGE COMES IN」**&#x6B04;位，選擇 Webhook 並貼上您於系統中所複製的網址，點選 **「Save」** 後即可綁定完成。

![](/files/-MO1dRTDx7ZV7KzGO9JA)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.firstline.cc/feature/channels/sms/sms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
