Google+ Hangout API chatbot - google-plus

I am trying to build a chatbot on Google Hangout Chat. Per the documentation, the API is no longer supported:
https://developers.google.com/+/hangouts/api/gapi.hangout.data
Are we still able to subscribe to receive messages from a user and send a response?
Thanks!

You need a g suite account in order to enable the hangout API chat

Related

Is there a way to integrate google chat into a website?

I am trying to implement the integration of google chat in a website. Is there a rest API for fetching and sending messages that can be connected to our google account? Right now we can fetch chats with Gmail API but that's not reliable because the receiver is not shown in the sent messages.
Thanks in advance.
I asked the google support team and here is their reply:
here is the information about Google Chat for developers:
https://developers.google.com/chat There is no option to integrate
Google Chat into a website.
Hope this thread helps you to find the answer sooner that I did.

Dialogflow and shopify APi notify user after order completed

I am new to shopify api and have try to integrate dialogflow chat bot with shopify api and I am stuck at this problem. I got a shopify shop link in my dialog flow chatbot that will redirect user to the app and after the user completed the purchase I want the chatbot to also notify the user about it. Is there any method that I can make this happen?
Many thanks.

How to completely remove Chat Bot created by Chat API?

I created test Chat Bot two month ago using Chat API and service account and used it.
Then I disabled the bot and remove Chat API from the project. But I still can find this bot in the Chat by the name. It has status Disabled but exists.
Is it possible completely remove it from G Suite domain available bots?
Disabling the Chat API should remove the bot from Hangouts Chat. Do you still see it after refreshing Chat or deleting your cache?

Hangout chat doesn't show my bot as user

I have followed the instructions as per the https://developers.google.com/hangouts/chat/how-tos/bots-develop?authuser=1
Created my agent - named as "phoebieagent".
Defined intents and entities.
Fulfilled by webhook and running a flask python API on https.
Published by bot as hangouts chat. Specified bot url to be the one
defined in step 3.
Bot status shows - "live" but in my hangouts I can't see my bot user.
Please suggest trouble shooting steps.
Thanks
Resolved it. Chat was disabled in google admin console.

Need Whatsapp api for sending messages from my PHP project

i want to know if there is any whatsapp api that can help me to send messages from my php project because after some research i found that whatsapp doesn't have any api for developers..
someone can help me please?
I used Google :
A quick google search with the proceeding query : "WhatsApp PHP API" gives us many results , the first result is a github page made by mgp25 a well known member of the github dev community.
Good luck!
You are absolutely right that whatsapp does not published the api for the such chatting using php .
By the way you can use the sharing uri to share text messages who have whats appp installed in their device or web chat option for whatsapp
Chat API: https://api.whatsapp.com/send?phone=15551234567
Custom URL: Scheme whatsapp://send?text=hello world
First one is used to open chat with the desired phone number and the second one is used to share some test as custom url format.
Whatsapp is now maintain by facebook and it has created a api for business to communicate with customers .
This it has launched api for whatsapp as well as for Facebook instagram .
You can have a look on the documentation portal for whatsapp api for more details
https://developers.facebook.com/docs/whatsapp/api/reference
Also there are partners of Facebook who give ready made solution to the productivity.