Actions/integration to create new contact in WIX from external service

Question:
I’m using Outgrow - a service to create surveys and collect leads. It has Zapier and other integration capabilities. Zapier says WIX does not have any actions (you can Zap from Wix but not to WIX). Are there any other ideas for how I might create integration so Outgrow can send info to WIX. Specifically I want to create a new contact in WIX. Thanks

Product:
Wix Studio

What are you trying to achieve:
Find integration which will allow me to create a contact in WIX via and API or other integration

What have you already tried:
Zapier

Additional information:
[Include any other pertinent details or information that might be helpful for people to know when trying to answer your question.]

You can use HTTP Functions to create a API that accepts the contact details and records it into your site’s CRM.

The HTTP Function can accept the payload from the external service and create a new contact using createContact() from the Wix CRM Backend API.

1 Like

thanks, might be more coding than I can do but I’ll look into it.