Can I run a shortcut on my Mac remotely ?

Is there a way to run a shortcut on my Macbook using a webhook link?

Is this what you are looking for?

https://docs.folivora.ai/docs/1104_webserver.html

1 Like

I tried, but couldn't get it to work. The link you provided states that it can be configured in the "Other" tab, but I couldn't find it.

I tried setting it up as a "Reusable name trigger" and put the name as "Trigger_name"

But it didn't work.

Please share more details on how to make it work.
Thank you !

That "Other tab" bit threw me as well.

Here is an example of what I have in use and working

And I can call that from Home Assistant (running on a Pi within my local network) using:

curl 'http://192.168.1.123:3939/trigger_named/?trigger_name=driveway_popup'

Note you need to change the server ip in your BTT settings, using 127.0.0.1 will only work when calling it on the same machine. You need set it to be the IP of the machine BTT is running on in order for it to work in your local network.

1 Like

I've had the HTTPS option activated, Maybe that was the problem.
I deativated it and now it works, Thank you !!

1 Like