#fire script on one hass triggered from a other hass server

8 messages · Page 1 of 1 (latest)

pulsar ocean
#

Im working on my voicemail system to let the LLM be able to compose a message and send to me so that i can decide if i pick up the call.

the voicemail system is on a separate home assistant instance. than my main system.
My phone is connected to my main system so if i want to send a notification with a message and a pickup deny action i need this to run on the main server.

what is the most direct method to send a command from one ha to a other?

trim quartz
#

Use the REST api?

pulsar ocean
#

can i send a rest call using an action?

trim quartz
#

Sure

pulsar ocean
#

A great. Thanks rob

pulsar ocean
#

can i send data options to the rest integration from the action like i can do with shell commands?

trim quartz
#

It has a payload parameter. Just follow the REST docs