1

A chatbot we created in Google DialogFlow needs to make API calls (GET and POST) to obtain important personal data from a remote server, so the connection needs to be secured with an X.509 certificate.

Right now we are utilizing the DialogFlow Inline editor to make data request calls internally to a Firebase database, but puzzled with changing this set-up to connect to a remote server instead.

Would anyone be so kind to provide any guidance how to implement such a secure integration via an X.509 certificate to make API calls, please?

Irbis
  • 13
  • 1
  • 8
  • I this doc --> (https://cloud.google.com/dialogflow/es/docs/fulfillment-mtls) there is a demo on how to achieve it with Node.js. You may find useful information regarding this secure integration issue. – Kim Oct 14 '20 at 09:17

0 Answers0