Is it Possible to Integrate Hubspot CRM with Airtable CRM Using Pipedream for Two-Way Syncing?

This topic was automatically generated from Slack. You can find the original thread here.

Is there a way to do this kind of behavior in Pipedream?

Trying to integrate Hubspot CRM with a CRM based in Airtable and implement 2 way sync. Not sure how much branching logic i may have but just curious

I’m also playing with Make and might check out Zapier as well, so always happy to hear any “yes definitely use pipedream because of XYZ” feedback.

Edit: of course I realize you could write js/py code for this but figure I’d ask if there were any prebuilt things for this

The short answer is yes, you can use Pipedream to perform one or two way data synchronization.

You can use two separate workflows that are triggered by Airtable changes and Hubspot changes respectively.

You can programmatically branch within Pipedream workflows using JS/Python.

Within your Node.js code steps for example, you can leverage a pre-built Airtable query to retrieve a record, and if that record doesn’t exist.