This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Because - We want to integrate WhatsApp component to VDP This commit TODO: - [x] Send Text-Based Template Message - [x] Send Media-Based Template Message - [x] Send Location-Based Template Message - [x] Send Authentication Template Message For more information about sending template message, please go to: https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-message-templates ) - [x] Send Text Message - [x] Send Media Message - [x] Send Location Message - [x] Send Contact Message - [x] Send Interactive Call-to-Action URL Button Message (https://developers.facebook.com/docs/whatsapp/cloud-api/messages/interactive-cta-url-messages) For more information about sending messages, please go to: https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-messages - I don't implement all the possible type of messages because 1. Too complex and make the UI very clustered 2. I don't think those messages are frequently used. - I initially wanted to make send catalog template message task. However, sending catalog template requires a real phone number which is not connected to any other WhatsApp account. For now, I will be skipping send catalog template task since I don't have the necessary phone number to test it. - There is no read message task because in order to read/receive message, need to use webhook. Here is a document to explain more about the component https://docs.google.com/document/d/1mXM7GqRiTJAI-eRth5nEXpah5ADxuFmm3pz3m8Ua8ys/edit?usp=sharing --------- Co-authored-by: ChunHao <64747455+chuang8511@users.noreply.github.com>
- Loading branch information