I wonder how to set up automation that gets triggered by trigger word (this part i know how) and then pipe the part after the trigger word to a webhook or something?
Like if i say - ok nabu, send message, my new message → this sends message in text form the “my new message” part to the web hook.
I have the part that sends “something” / hard coded string to a webhook already sorted out.
I dont understand how to send the thing that i say in voice → in text for to the web hook.
i wonder if there is possible to wire up chatgpt, and like talk to it, and have it parse the text and also have it work to send the message… i think it would be called multiple assistants?
no what i mean to say is i could interact with chatgpt and ask anything and get responses, and also have the assistant react to my sentences to trigger things… but use it with more like natural language, and not strict - if match these words → trigger that.
Outdated and only chatgpt support… i am looking at this
But it has limitations where you cant execute much… need to find a way to somehow instruct it not to use the AI when “sentences with keywords are being said” to execute commands…
Im not quite sure how everything works, and how can i pipe my input text to to either AI or automation to run a script…