Help center      Automations & Integrations  
Airtable + Process Street Integration

Airtable + Process Street Integration

Updated March 7, 2024

Airtable is a flexible and powerful database management tool that allows teams to organize, track, and collaborate on data in real-time. With its intuitive interface and customizable fields, Airtable can be used for a variety of use cases, from employee hiring to project management and inventory tracking. You can integrate Airtable with Process Street to make your workflows super powerful and automate your work via Webhooks or Zapier.

Connect Airtable with Process Street via Webhook

A Webhook integration can bring information from Airtable that would trigger a new workflow run in your Process Street account. Webhooks are automated messages or payloads sent from apps as a trigger to cause an action in a receiving app.

In this example, we will create a Webhook that runs the Call Center Employee Onboarding workflow when a candidate is Hired for an open position in Airtable.

Process overview:

  • We will create a Call Center Employee Onboarding Workflow in Process Street
  • We will create an open position in Airtable and then create a few candidates for it. When a candidate is moved to Hired, this will act as our trigger
  • We will create a webhook that listens for our desired trigger in Airtable and runs the Call Center Employee Onboarding workflow in Process Street

Now, let’s jump into the integration.

1. Preparations in Process Street

First, create a Workflow in Process Street and ensure to add form fields that are the same as the data fields in Airtable. This will help you to map the information from Airtable to Process Street.

Their information is stored in Airtable while creating a new candidate for an open position. So, we need to create form fields in our workflow to push that information through to Process Street. These form fields should include the candidate’s name (short text field), email address (email field), phone number (number field), and so on.

This will mean that whoever is onboarding the candidate won’t have to look up their information in Airtable, but can instead see everything in Process Street.

2. Preparations in Airtable

Log into your Airtable account or create a new account. Then navigate to your Main Workspace to create a new base.

For our example, we have created an Employee Hiring base. If you have an existing base that you would like to work with, you can select that base to create your webhook.

If you’re creating a new base, you can add a few employee details by clicking on + Add record as shown below.

3. Create a Webhook trigger to run your workflow in Process Street

To get the webhook URL from Process Street, when you’re editing your workflow, click “Triggers” above your task list on the left or click the + icon next to your existing triggers as shown below.

Here, you can look for Airtable as a Trigger to Run this workflow.

You can name your webhook as the app name or any phrase that helps you identify the Trigger. Then copy the webhook URL as you will need it later.

4. Set up the Webhook Trigger in Airtable

To create a webhook in Airtable, you need to add an automation. Navigate to the Automations tab in the top left corner of your screen. Then click + Add trigger and select your trigger. For our example, we have selected When record updated.

Configure the trigger by selecting the Table, View, and Field that would trigger the webhook. We have selected Status as the field so the automation will trigger when the status of any record changes to Hired.

Set up the action by clicking + Add advanced logic or action and select Run script.

To set up the webhook, you need to enter a custom code with the webhook URL from Process Street. Then test your script as shown below.

We have entered the following code. You can use the same but remember the URL to your URL that you had copied earlier.

const inputData = input.config();
const url = ‘https://public-api.process.st/incoming-webhooks/enqueue/gL3bBrgNq9NNnI8g5KVEaQ‘;
const response = await fetch(url, {
method: ‘POST’,
body: JSON.stringify(inputData)
});
console.log(response.status)

Now go back to Process Street and test your trigger. Once it returns successful, turn on the automation in Airtable.

If it doesn’t, you might want to go back to your base and move a candidate to the Hired stage.

5. Finish the setup in Process Street

You can now map your form fields from Airtable to Process Street.

Lastly, turn your webhook On and Save it. Then Publish your workflow and you’re all set!

As an extra step, you can go to Airtable, move a candidate to Hired then come back to Process Street in the Reports Dashboard to confirm a new workflow is run by the webhook.

Connecting Process Street with Airtable via Zapier

Zapier is an integration platform that connects over 2000 different apps. An action in any of the supported apps (like forwarding an email or adding an attachment to a task) can trigger another app’s features automatically. Zapier integrates with both Airtable and Process Street. The whole “recipe” sequence (“if X happens, do Y”) is known as a Zap.

For this example, we’re going to set up a trigger for each time a new task is checked in a Process Street workflow run, and an action to create a new Airtable record.

Use case:

  • A company uses Airtable for keeping track of its tasks
  • They use Process Street for their client onboarding process
  • They want to automatically create an Airtable task for making sure documents have been received after the task for sending an email is marked as complete in Process Street

Users: In order to create an API key for integrations, you must be an Administrator.

Process overview:

  • We will prepare a Process Street workflow run
  • We will create a Zap in Zapier
  • We will set up a trigger for the Zap for each time a task is checked in a workflow run
  • We will set up an action for the Zap that creates a new record in Airtable

Let’s get this set up!

1. Preparing a Process Street workflow run

You can either create your own workflow and edit it to include custom form fields for whatever purpose you need, or you can use one of our many pre-made workflow templates.

For this example, we’ll be using the client onboarding workflow for a marketing agency.

Here it is embedded below:

You can grab it for yourself and add it to your library, or use your own workflow.

Once you’ve decided on the workflow, the next step is to create the Zap in Zapier.

2. Creating a Zap in Zapier

Zapier is a tool that connects over 2,000 different apps. Any action in any of the supported apps (like forwarding an email or adding an attachment to a task) can be set up to trigger another app’s features automatically. Zapier integrates with both Airtable and Process Street.

The whole recipe for a basic integration (trigger + action) is called a Zap.

Sign in to Zapier or create an account, then click “Create zap“.

3. Setting up a trigger for the Zap in Process Street

In your new zap, select Process Street as the app and select “New Task Checked” as your trigger:

Click “Continue” and connect your Process Street account. Click “Continue” once that’s done and progress to the Set up trigger stage.

Choose the Process Street workflow run you wish to use, and select a task that will act as your trigger. Click “Continue” and test your trigger.

This step requires that Zapier pulls sample information from the workflow you specified, so you’ll have to actually run your workflow and complete it as far as and including your trigger task.

When you test your trigger, you’ll see something like this:

Now it’s time to add an action step.

4. Setting up an action for the Zap in Airtable

Click “Continue” and select Airtable as the app and “Create Record” as the action.

Click “Continue” again and connect your Airtable account by visiting your Airtable account page and copying your API key into the popup window:

Airtable integration

Next, set up the action to tell Airtable what kind of new record to create.

Base and Table are just locations in your Airtable account, so decide where you want the new record to go:

Click “Continue” once you’ve finished mapping fields and test your action. It’s also a good idea to jump into Airtable at this point and make sure the new record was actually created.

If the test was successful, you’ll see something like this:

And finally, just give your Zap a name and turn it “ON”, and you’re good to go!

Discover Process Street

Use Process Street to make your team processes fun, fast and faultless. We'll help you transform your team's static checklists into powerful interactive workflows!

Learn more about Process Street

YouTube videos
Deep dive into Process Street with our YouTube video series.
Join a webinar
Effectively record, replicate, and replace your workflow!
See latest releases
Catch up on the latest releases and enhancements.
Join the community
Share with others about how you are using the app day to day.

Take control of your workflows today.