Whatsapp に戻る
Whatsapp (Meta) と Knoon AI を接続して AI ワークフローを自動化します。
Send a WhatsApp interactive card-like message with optional buttons.
metaWhatsappSendCardMessage
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| phoneId | mustache | WhatsApp Phone Number ID used as the sender (digits only, e.g. 123456789012345). | はい |
| recipient | mustache | Recipient phone number in international format (digits only, e.g. 6591234567). | はい |
| body | mustache | Main card body text. | はい |
| headerText | mustache | Optional card header text. | いいえ |
| footerText | mustache | Optional card footer text. | いいえ |
| buttons | mustache | Optional JSON array of buttons. Example: [{"title":"View","url":"https://example.com"}] or [{"id":"confirm","title":"Confirm"}]. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| result | string | Status of the operation. Expected value: "SENT". |