Zapier Triggers and Action for Wix Code

Hi Andreas,

I note that you say “native” support for zapier and there is no import like:

import wixZapier from ‘wix-zapier’

but you can send any request with http-fetch library to a zapier webhook rule you created… Is that your use case?

The only issue I would see is if you need to make a zapier rule talk to your wix website as I have not been able to implement API calls to a wix backend yet, i.e., not even the plain vanilla code example that wix provides.