Retool Integration
There are two steps to get started using Retool with Secoda through session cookies:
- 1.Retrieve a Retool session cookie
- 2.Connect Retool to Secoda
Secoda uses a series of REST APIs that Retool uses for its platform, which requires a session cookie. To get a session cookie follow these steps:
- 1.Login to your Retool workspace and open developer tools by right-clicking and selecting Inspect

- 2.Click on the Network tab and enter
url:<yourworkspace>.retool.com
in the filter head

- 3.Refresh the page and you should see some requests populate
- 4.Click on
user
network request, navigate to Headers tab, scroll down to the Request Headers section and copy thecookie
header.

After retrieving the session cookie, you can connect Retool to Secoda by following these steps:
- 1.In Secoda, head to the Integrations page and click New integration
- 2.Select Retool
- 3.Paste the cookie into the Cookie text input field
- 4.Click Connect
Last modified 2mo ago