MacroDroid n8n Webhook Trigger from Galaxy Watch 4 to Get Live Cricket Score
Create a New n8n Workflow with GET Webhook Trigger - HTTP Request to Execute Cricket API - IF Condition for Check whether Currently, Live Matches are Available or not - Create Two HTTP Node for Ntfy Push one for true Statement and another node for false statement - if true it will send push currently no match available if false it will send the current live match score that fetched from API
Create New Macro Template from Watch and continue the setup on Mobile App
Copy n8n webhook GET Trigger URL
Create Actions in Macro - Application - HTTP Request (Create GET Request Method - Enter the n8n Trigger URL - in Response section enable Don't Save HTTP Response )
Save the Macro Done
Now you can Trigger the n8n webhook from Galaxy watch 4 once you trigger it will push the Live Cricket Score via Ntfy Push Notification
Reference
Ntfy push Notification - https://ntfy.sh/
n8n webhook - https://docs.n8n.io/integrations/buil...
Cricket API - https://github.com/mskian/cricket-api
#galaxywatch4 #macrodroid #n8n #automation #webhook