Πίσω στο 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. |