Twilio로 돌아가기
Knoon AI를 Twilio과 연결하여 AI 워크플로우를 자동화하세요.
Send a Twilio Content template over WhatsApp.
twilioDefaultSendWhatsAppTemplate
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| from | mustache | Twilio WhatsApp sender. | 네 |
| to | mustache | Recipient WhatsApp phone number in E.164 format. | 네 |
| contentSid | mustache | Twilio Content SID, e.g. HX... | 네 |
| contentVariables | mustache | Optional JSON object string for template variables. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| 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. |