From cc6f5f057d9834d2e0911c40c60171c7ead2d663 Mon Sep 17 00:00:00 2001 From: "GOKUL A.P" <57899332+gokulapap@users.noreply.github.com> Date: Fri, 18 Jun 2021 17:46:08 +0530 Subject: [PATCH] Create readme.md --- mail_send_bot/readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mail_send_bot/readme.md diff --git a/mail_send_bot/readme.md b/mail_send_bot/readme.md new file mode 100644 index 0000000..d18931b --- /dev/null +++ b/mail_send_bot/readme.md @@ -0,0 +1,12 @@ +# Email sender plugin +This plugin is used to send mails from whatsapp + +# deploy + +* First go to https://www.twilio.com/console/sms/whatsapp/sandbox and create account and follow the steps to configure whatsapp sandbox +* Then deploy this mail_send_bot flask application to heroku and copy the url +* Then go to twilio setting and add the copied heroku url in post request +* Whenever we send a message , twilio redirects that to our flask app +* The flask app processes and returns output + +