Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.62 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.62 KB

Whatsapp Bot Github Action🚀

This is a GitHub Action to notify the user about the changes in a github repo to Whatsapp via Bot. This will help the user track the overall workflow of the project directly form whatsapp

Use

Copy the main.yml to your workflow
          OR
Use the action directly form the actions marketplace here

Setup

  1. Create a free twilio account here.
  2. From your twilio dashboard fetch ACCOUNT SID and AUTH TOKEN.

Twilio Dasboard

3. Join the twilio whatsapp sandbox by sending your join code to the twilio whatsapp number

Twilio Sandbox

  1. Create the following secrets in your repository by going to settings>secrets
SECRET Purpose
FROM The twilio whatsapp bot number (default= +14155238886)
TO Your Whatsapp number
TWILIO_ACCOUNT_SID twilio account sid obtained from your twilio dashboard
TWILIO_AUTH twilio auth token obtained from your twilio dashboard

Screenshots

Sample

Support

Give a 🌟 if this project helped you!