Tilbake til Twilio
Koble til Knoon AI med Twilio for å automatisere AI-arbeidsflyter.
Send a plain SMS.
twilioDefaultSendSMS
BETA
Intern
Tillatelser
Det finnes ingen elementer å vise.
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| from | file | Twilio Messaging Service SID. | Ja |
| to | mustache | Recipient phone number in E.164 format. | Ja |
| body | mustache | SMS body. | Ja |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |