ย้อนกลับไปยัง Twilio
เชื่อมต่อ Knoon AI กับ Twilio เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
Send an SMS using a resolved template body.
twilioDefaultSendTemplatedSMS
เบต้า
ภายใน
สิทธิ์การใช้งาน
ไม่มีรายการให้แสดง
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| from | file | Twilio Messaging Service SID. | ใช่ |
| to | mustache | Recipient phone number in E.164 format. | ใช่ |
| body | mustache | SMS template body. Use Knoon variables to personalize it. | ใช่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| sid | string | Twilio message SID. |
| status | string | Message status. |
| direction | string | Message direction. |
| from | string | Sender. |
| to | string | Recipient. |
| body | string | Message body. |
| errorCode | string | Twilio error code when available. |
| errorMessage | string | Twilio error message when available. |
| dateCreated | string | Created date. |
| dateSent | string | Sent date. |