Twilio notification handler (SMS & Call)
This is the setup tutorial for the Twilio notification handler implementation.
- Go to Twilio Console and make sure to login to your account.
- Get a phone number from Twilio and then scroll down in the Console Dashboard to see the Account info section.
- Go to your product installation -> Admin panel -> Settings -> Notification handlers page.
- Enable the Twilio notification handler while also copying the Account SID, Account token & Phone number from Twilio and pasting it their respective fields.
- To enable different regions for Twilio SMS, go to Twilio Console -> Messaging -> Settings -> Geo Permissions page.
- To enable different regions for Twilio calling, go to Voice Geographic Permissions page.
Whatsapp notification handler (Whatsapp message)
This is the setup tutorial for the Whatsapp API notification handler implementation.
- Go to Facebook Developers page.
- Make sure to login to your Facebook account.
- Click on the My Apps menu dropdown and click on Create app.
- Select the Other use case and continue.
- Select the Business app type and continue.
- Fill the other needed fields and continue (Make sure to attach your Business Account).
- After finishing it up, choose Add Product from the sidebar of your dashboard.
- Make sure you add the WhatsApp product to your app.
- After that, go to WhatsApp -> API Setup page.
- Add your own business From phone number and confirm it.
- Copy your Phone number ID and paste it into the product installation -> Admin panel -> Settings -> Notification handlers page.
- Open the Auth token documentation from Facebook and get your Permanent Access token, so that you can paste it into the same page in your installation as above.
- After that, go to WhatsApp -> Quickstart page -> Message templates page.
- Now you must create a template for each type of notification you will send out, do it as per the data below.
✅ Audit refresh
| Name | audit_refresh |
| Language | English |
| Category | Utility |
| Content | Audit has been refreshed '{{1}}' and got a {{2}}% score with {{3}} total issues. View all the details at {{4}}🔗. |
| Sample {{1}} | example.com/page |
| Sample {{2}} | 85 |
| Sample {{3}} | 5 |
| Sample {{4}} | https://YOUR_DOMAIN_HERE/audit/1 |