Question

HTTP Request to Dialogflow

  • 19 April 2024
  • 6 replies
  • 48 views

Hi Guys! 👋 How are you?

 

I'm having a lot of difficulty to make an external call to Dialogflow. I can't assemble the HTTP Request headers in order to obtain the appropriate authorizations. I know that there is an application from ManyChat itself that integrates dialogflow in a simple way, but in my case, I need this communication to actually be done via external call.

Could someone with experience help me?

If that's the case, I'm willing to pay for the help.

 

Thanks so much!


6 replies

Userlevel 6
Badge +4

Hey @rafaelmuniz 
I haven’t worked with DialogFlow in a long while, but I have a ton of experience integrating stuff with Manychat and I’m pretty sure we could figure it out. What type of authentication do they use?

 

If you’re interested, check the troubleshooting call on my site: https://gusboregio.com/

 

I am using an MC call to an API on my system very easily.
I changed the authentication part (on my system) a little to get things working.
If you want, call me and I'll give you more details.

 

 

Hey @rafaelmuniz 
I haven’t worked with DialogFlow in a long while, but I have a ton of experience integrating stuff with Manychat and I’m pretty sure we could figure it out. What type of authentication do they use?

 

If you’re interested, check the troubleshooting call on my site: https://gusboregio.com/

 

 

Hey Gustavo, thank you very much for your reply!
They have some authentication method but I don't know how to make this authorization inside MC…
https://cloud.google.com/docs/authentication
 

I just need to be able to make a single post! 😅
I swear I pay you a Coffee if you discover how to make it.

I am using an MC call to an API on my system very easily.
I changed the authentication part (on my system) a little to get things working.
If you want, call me and I'll give you more details.

 

 

Hey Marcelo! Thank you very much for your reply!

The problem is that Dialogflow is very hard to Authenticate. Is, by far, the most complex API I ever worked.

If you think you can help me with this, PLEASE, it will be very very very much appretiated!

Here is the documentation:
https://cloud.google.com/docs/authentication

 

Inside Bubble.io I was able to make the call correctly using JWT Token:

 

 

I am using an MC call to an API on my system very easily.
I changed the authentication part (on my system) a little to get things working.
If you want, call me and I'll give you more details.

 

 

Hey Marcelo! Thank you very much for your reply!

The problem is that Dialogflow is very hard to Authenticate. Is, by far, the most complex API I ever worked.

If you think you can help me with this, PLEASE, it will be very very very much appretiated!

Here is the documentation:
https://cloud.google.com/docs/authentication

 

 

I would make an intermediate API, a gateway or an interface, on your side, a program that you can maintain, responsible for connecting to Dialogflow. Intelligence will be on your side, and in a program, say Node, Python or PHP you have more tools to do this.

This way, the API you will expose becomes easier for you to connect to it yourself.

 

 

 

 

Reply