Question:
Is it possible to populate a Wix collection through a 3rd party webhook? (Not API)
Product:
Wix Studio
What are you trying to achieve:
I have built a website in Wix Studio, and am looking to populate the Wix CMS collection for blogs through a 3rd party webhook.
In particular, we post our blog posts on Beehiiv. Every time a new blog post is posted there, I want the beehive webhook to notify Wix and put the post inside the Wix blog collection.
What have you already tried:
I have gone through all of the internet trying to figure out if this is even possible. I have found a lot of resources for utilizing Wix Fetch with an API, but nothing with a webhook.
Additional information:
I am looking to use a webhook specifically, because I want the data transfer to be timeline. For example, if I make a post on Beehiive, I want it to transfer to Wix quickly (within 5-10 minutes max). If I use an API, then as far as I know, I have to call Beehiive all the time in order to check if there is a new blog post - instead of Beehiive just notifying me when there is something new.