Here are my instructions from Claude. Can someone help me connect a simple database from Retool to Make?
Retool has its own automation layer called Retool Workflows. You can configure a workflow that triggers when a new row is inserted into your Retool database table, then sends an HTTP POST request directly to your Make webhook URL.
This keeps everything inside Retool's ecosystem and requires zero database credential sharing. The setup is:
In Retool, create a new Workflow → set the trigger to "Database change" on your submissions table → add an HTTP Request block → paste your Make webhook URL → map the form fields as the JSON body. Make receives it exactly like any other webhook submission and your existing scenario runs unchanged.