

If you use a calendar app or data recording tools that aren’t natively supported yet with Airtable, the API allows you to write new records from those sources. Create new records from yet to be supported platforms. You have the option to test your Zap or skip and make live. Let’s explore three examples of how you could use the Airtable API in your work: 1.

Select an existing base and table for data population AuthBase): def init(self, apikey): Authentication used by Airtable Class Args: apikey (str): Airtable API Key. You may be prompted to authenticate/sign in to Airtable For all available actions supported by Airtable, visit the Zapier Library. On your account overview page, under the API heading, there's a button that says 'Generate API key.' Clicking this button will generate an API key for you.

Search for Airtable as the action, in other words, where should the data be sent to.Īdd action Create a Record. If you accidentally reveal your API key, you should regenerate your API key as soon as possible at To find your API key, navigate to your account page. Your API Key can be found at your Airtable Account Copy the API Key to your clipboard Head over to your Bannerbear Account Settings Paste the API Key you. Select New Study Response as the Trigger Event.Ĭlick Continue and then click Test Trigger (testing is optional). If you’re unable to locate your Zapier API Key, please contact support. If asked, "Sign in" to Sprig using your Zapier API Key. Now, your whole team can view all the responses from one platform that you already useĬreate a new Zap, and select Sprig as the trigger. Set up this integration and Airtable records will be automatically generated from new Sprig study responses. timeout(2,5) would configure a 2 second timeout for the connection to be established and 5 seconds for a. This is found by going to your Account page in Airtable then clicking Generate API Key. timeout (Tuple) A tuple indicating a connect and read timeout. Note: Your API key can be used to access all your data in Airtable, so be sure to keep it secure. Create a base - Airtable’s word for a new database - and add some data to one or more tables. You basically just have to create an account and set up a base. When complete, you should have this saved to "My Zaps".ĭescription: If you have a large team, everyone needs to be able to see the user insights you've collected through Sprig. Create a new Airtable account Log out of your personal Airtable account and head to to create a new account, using a different email address than you normally use to log into Airtable. init (apikey, baseid, timeout None) source Parameters. Using Airtable is one of the simplest ways to turn your data into an API. Each Sprig account will come with two API keys, one for your production environment, and the other for your development environment.
