Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTTP POST from GOOGLE ASSISTANT to PRIVATE SERVER and convert response in voice

I want use Google Assistant from my phone to send HTTP POST command to my server. I have a simple webnms app running over it, this server support REST API and now I want to use Google Assistant to shoot GET or POST command to that server and return my output.

Is it something possible? I am not full time developer.

like image 412
Mayank Goyal Avatar asked Jan 16 '18 21:01

Mayank Goyal


1 Answers

I've found the solution. In the "Action" console https://console.actions.google.com/project/sandbox-csuite/scenes/Start Go to menu "Webhook", click "Change fulfillment method", and then select "HTTPS endpoint"

like image 146
hadf Avatar answered Sep 17 '22 18:09

hadf