Quick summary
Connecting Dialogflow to a database requires enabling the Webhook fulfillment option and pointing it to a fully deployed server endpoint. Once the webhook URL and optional authentication details are saved, your Dialogflow agent can retrieve and write live data during conversations.
Steps
- Go to the left-side panel and click Fulfillment.
- Switch on the toggle button next to the Webhook option.
- Paste the webhook URL into the input field, ensuring a fully configured and deployed server is running behind it.
- Enter the required Basic Auth and Headers into their respective input fields.
- Review your input and click Save to apply the configuration.
- Your Dialogflow agent is now connected to the database and ready to handle live data requests.
.gif)



