Automatically sync contacts to Wix from Google or Zapier

Hi all,

I am trying to find a way to automatically import contacts from either Zapier or Google Contacts into Wix. I can manually import from Google, but I would like this process automated as I will then link the contacts to automations within Wix.

Does anyone have any ideas around how to do this, as in Zapier Wix seems authorised as a trigger point only, not an Action point.

Workarounds / hacks and magic spells welcome!

Nathan

Http functions are a great way to expose your site’s functionality to third party services.

You can send a API request to your Http Function’s route, which can then use Velo APIs such as Wix Crm Backend to save contacts onto your site’s CRM.

Do you have a solution that you can share code from? I want to do this also but not really a developer. Thx