How to use a unique identifier from Webflow to connect Memberstack and Make for account creation workflow with profile integration? Answered
So in order for webflow memberstack and make to work together, I need some type of unique identifier for when someone creates an account on my website. Item ID appears to be just that. I am trying to find a way that I can copy this unique identifier over a form submission so that it registers in memberstack and thus make letting me set up my workflow for public account Creation with profiles in webflow. Does anyone have any ideas here?
Comments
3 comments
Unless the item existed before the form submission, there won’t be any Item ID assigned yet, so it would theoretically be impossible.
If you want a user specific unique identifier why not use the user’s memberstack ID? It exists the second a user creates an account, and can be listened for via an event listener module in make.com (watch new members, memberstack module).
Could I somehow pass that over to webflow? In my collection list?
I think you can just use ms-data-action = "signup" on a webflow form and it will work for you. But yes, if you need to update items and do more complex actions, you will need the Member ID in Webflow and the Webflow Item ID in Memberstack
https://docs.memberstack.com/hc/en-us/articles/19395580321435
Please sign in to leave a comment.