Help

Re: Airtable to Wix integration

Solved
Jump to Solution
16187 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Jaosh_Sethna
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi Guys,

Was frustrated with the lack of integration that is there currently with Airtable to Wix databases for a client. So made a solution which can be tested and checked out.

I’ve used the integration features provided by Integromat, but there are certain “rules” to be followed for the integration to work. They’re all listed on the page and airtable sheet given.

Let me know if the solution works for you all.

2 Solutions

Accepted Solutions
Jaosh_Sethna
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi. I just developed a new integration using Airtable and Wix APIs. You can test it out here --> https://www.wixrocket.com/airtable-to-wix-database

This doesn't use any third party tools like Zapier/Make. And uses the latest APIs from Airtable and Wix.

See Solution in Thread

12 Replies 12
Jaosh_Sethna
5 - Automation Enthusiast
5 - Automation Enthusiast
Mike_Doyle
5 - Automation Enthusiast
5 - Automation Enthusiast

I spent a lot of time learning this integration using native Wix Code. So I’ve created a Udemy course at https://www.udemy.com/course/integrating-airtable-and-other-3rd-party-api-data-into-wix/learn/lectur... that shows you how to integrate Wix and Airtable with no 3rd part in between. The code uses the Wix FETCH function to call the Airtable API. It’s tricky because Airtable paginates their data to only return 100 records at a time. So my code uses the Airtable offset to loop through the data (very quickly) in batches of 100. I use it on my own site. The cost of the course is $30. The code is provided on the example website that comes with the course…but you need to pay the $30 for the course to get the password for the code page…

The course is for beginner level coders or people who have never used Wix Corvid before so it covers off all the basics…

Hi Mike - Do you also have suggestions on making the wix site HIPPA compliant?

Also, the site says it is private and needs an invite.

Lost-Merovingia
7 - App Architect
7 - App Architect

requested access. to course.

Lost-Merovingia
7 - App Architect
7 - App Architect

oh ... that was 2020 ... nevermind, just a board necromancer doing her thang.

As you were.

SalsuginousSkee
4 - Data Explorer
4 - Data Explorer

I'm also interested in this course in 2023. Let me know if you find another solution to do this.

me too

Ashley_Miller
4 - Data Explorer
4 - Data Explorer

Interesting in this as well. Attempting to get wix orders with multiple items to airtable.

I think we're out of luck when it comes to this guys course - but there's a lot of new API integrations going on with Wix - they don't seem too out to lunch on the Techie scale.  Might want to look into them:

https://www.wix.com/velo/reference/api-overview/external-services

Jaosh_Sethna
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi. I just developed a new integration using Airtable and Wix APIs. You can test it out here --> https://www.wixrocket.com/airtable-to-wix-database

This doesn't use any third party tools like Zapier/Make. And uses the latest APIs from Airtable and Wix.

Pls use https://www.wixrocket.com/airtable-to-wix-database to test instead. This uses the latest APIs from Airtable and Wix. And avoids using any 3rd party tools like zapier/make

 

You can do this via wix code to get the data from wix pushed to an airtable. You'd have to custom code it though.