Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulapap committed Jun 18, 2021
1 parent 28bdcb5 commit cc6f5f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mail_send_bot/readme.md
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit cc6f5f0

Please sign in to comment.