This workflow takes a phone number from your clipboard, and opens the browser link to open it in Whatsapp
http://www.packal.org/workflow/alfred-whatsapp-linker
-
Copy the phone number to your clipboard
-
Run the workflow
Then:
- if the number is valid
Alfred will open the link in the browser and the browser will redirect over to the whatsapp app
- if the number is invalid
Alfred will show a push notification indicating the number is invalid
- if the number is valid and starts with a zero
Alfred will append the country code 62 and then Alfred will open the link in the browser and the browser will redirect over to the whatsapp app
npm install
- uncomment the last line of the osascript file (
exports.filter = filter;
) npm run jest
- paste the workflow into the script in the existing workflow
- export