Skip to main content
Solved

Airtable to Wix integration


Forum|alt.badge.img+5

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.

Best answer by Jaosh_Sethna

Lost-Merovingia wrote:

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


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.

View original
Did this topic help you find an answer to your question?

12 replies

Forum|alt.badge.img+5
  • Author
  • Inspiring
  • 9 replies
  • February 3, 2020

Forum|alt.badge.img+3
  • Participating Frequently
  • 8 replies
  • November 26, 2020

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/lecture/22005838#overview 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…


Forum|alt.badge.img+14
  • Inspiring
  • 93 replies
  • October 25, 2022
Mike_Doyle wrote:

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/lecture/22005838#overview 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.


Forum|alt.badge.img+10

requested access. to course.


Forum|alt.badge.img+10

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

As you were.


Forum|alt.badge.img+1

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


Forum|alt.badge.img+3
  • New Participant
  • 2 replies
  • April 24, 2023
SalsuginousSkee wrote:

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


me too


Forum|alt.badge.img+1

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


Forum|alt.badge.img+10
Ashley_Miller wrote:

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


Forum|alt.badge.img+5
  • Author
  • Inspiring
  • 9 replies
  • Answer
  • November 20, 2023
Lost-Merovingia wrote:

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


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.


Forum|alt.badge.img+5
  • Author
  • Inspiring
  • 9 replies
  • November 20, 2023
Jaosh_Sethna wrote:

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

 


Forum|alt.badge.img+5
  • Author
  • Inspiring
  • 9 replies
  • November 20, 2023
Ashley_Miller wrote:

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


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.


Reply