All Collections
Import Scripts
Getting started with Import Scripts
Getting started with Import Scripts

Import data from any API or internal tool with custom Javascript or Python code

Abbey Lauren Minondo avatar
Written by Abbey Lauren Minondo
Updated over a week ago

Import Scripts can be used to build custom integrations with Equals; pulling in data from outside sources such as third party API's.

To create an import script, first open a new workbook and click on the "Connections" button in the upper right hand corner. Next, select "Import script" as the datasource.

Immediately, you'll see an example script that will bring dummy data into Equals. You can toggle between Javascript and Python on this screen.

You can replace the demo data with your custom code. Here's how you should structure your queries, and the language models we use. If you have an API key that you don't want to expose in your workbook's script, you can use our secret group functionality to hide these sensitive fields.

Did this answer your question?