cancel
Showing results for 
Search instead for 
Did you mean: 

Send http post after voice command

PLL
Community Member

Hi,

I'm looking for a way to modify or code my google home to send a custom http POST and GET after a voice command such as "OK Google, open patio".

I don't want to use a third party menbership platform such as IFTTT.  

Is it possible to do this project using any library or setup within google home?

Thank you,

1 Recommended Answer

armen_dpe
Solutions Expert
Solutions Expert

Hello,

Modifying or coding Google Home directly to send custom HTTP POST and GET requests after a specific voice command is not directly supported. Google Home does not provide a native way for users to implement custom HTTP requests based on voice commands.

However, if you are developing a product and find it useful to integrate voice commands, you might want to explore the Google Assistant SDK. The Google Assistant SDK enables you to integrate voice control and natural language understanding into your projects. It allows your device to capture spoken audio requests, send them to the Google Assistant, and receive both a spoken audio response and the raw text of the utterance.

View Recommended Answer in original post

2 REPLIES 2

armen_dpe
Solutions Expert
Solutions Expert

Hello,

Modifying or coding Google Home directly to send custom HTTP POST and GET requests after a specific voice command is not directly supported. Google Home does not provide a native way for users to implement custom HTTP requests based on voice commands.

However, if you are developing a product and find it useful to integrate voice commands, you might want to explore the Google Assistant SDK. The Google Assistant SDK enables you to integrate voice control and natural language understanding into your projects. It allows your device to capture spoken audio requests, send them to the Google Assistant, and receive both a spoken audio response and the raw text of the utterance.

PLL
Community Member

Hi,

Thank you for the answer.

I will surely have a look at this SDK pretty soon.

Regards,

Pierre-Luc