How to connect Memberstack to Wized for creating public user profiles with advanced functions? Answered

How do I manage to connect/retrieve information from Memberstack to Wized? I'm building the membership on Memberstack, but I want more advanced functions to be inside Wized. Does anyone know how to do this?

Comments

16 comments

  • Comment author
    Jayess

    Hello Petter 👋🏼 Happy Monday!

    Hope you had a great weekend.

    I would assume either the Zapier or Webhooks or any of our dev docs depending on your technical level. What advanced functions are you looking to do?

    0
  • Comment author
    Petter Røstvik

    Load data from memberstack over to wized

    0
  • Comment author
    Jayess

    Then any of the above docs I’ve shared with you should help you with that 😁 Try it out and check back in here if you have some issues

    0
  • Comment author
    Petter Røstvik

    It needs to be kinda life data when someone logins in etc. I tried this before and it didn't pull live data into wized and xano

    0
  • Comment author
    Jayess

    What life or live data are you looking for?

    Hello @Petter Rostvik  Just checking back in!

    0
  • Comment author
    Petter Røstvik

    Found a other solutions.

    0
  • Comment author
    Jayess

    Yay! How did you figured out the advanced functions inside of Wized? 😁

    Happy Friday and have a great weekend Petter 🎈

    0
  • Comment author
    Admin P

    Looks like the Wized + Memberstack integration isn't available yet? https://www.youtube.com/watch?v=SMTQba4IgDo&t=288s

    0
  • Comment author
    Yacine Null

    You can use "Rest" for that - Wized connects with any RESTFUL API :wink: - But the main implementation would be trough custom JS to get the cookie via an "Action" in Wized :wink: - Here is how to do that :wink: https://www.youtube.com/watch?v=1xGhdR4X2Uo

    We need to understand how Wized works - 1. We can do HTTP requests (a bit like make) - and 2. We can run JavaScript to set/modify data - In this example, you would be using Actions (JavaScript) to modify data - for logging in, etc / getting the cookie - and then additionally would use the Requests (HTTPS calls) to connect to 3rd party apps or databases like Airttabe or Xano, etc. (So, therefore, you won't find Memberstack in there as an app - since you can call it as a RestAPI to create new members - which is not needed / since Memberstack already handles your login/auth process using their JS File - Wized's utility here is only in making your logic easier to write/understand ;-)

    I hope this is easy to understand 😉

    • But please feel free to ask any follow-up question in here about Wized + Memberstack ;-)
    0
  • Comment author
    Admin P

    But this is not what's shown in the video?

    seems they're implementing a native impleemtnation

    0
  • Comment author
    Yacine Null

    PS: While this video here may not be specifically for Memberstack + Wized - but rather is for Airtable + Wized (No Auth) - similar principles apply - Hope this helps explain Wized 😉
    https://www.youtube.com/watch?v=8ISYD0dYdGI

    Interesting - they may use a beta version - but you can just use the RestAPI for now in connection with Memberstacks Admin API if I'm correct 😉 Julian Galluzzo

    0
  • Comment author
    Julian Galluzzo

    Correct!! You can still use the 2 together.

    0
  • Comment author
    Julian Galluzzo

    Update: Wized & Memberstack now have a native integration!

    Simply select "Memberstack" while adding an all in Wized!

    0
  • Comment author
    Jeremy Kaye

    Hello!

    Does anyone have any examples or tutorials on using Memberstack + Wized to create public user profiles?

    I'm familiar with the Webflow, Memberstack, and Make method, but I'm interested in finding a way to bypass using the webflow CMS.
    Thanks!

    0
  • Comment author
    A J

    Hey Jeremy Kaye, I was not able to find exact tutorial or resources for this particular use-case using Webflow CMS (but without make). However, I found some resources which uses a storage solution like Airtable / Xano / Supabase and renders dynamic pages or lets user create items and display them etc. Making use of such storage solution might seem beneficial if you don't want any item limits when you scale your site for more users. So I am linking those tutorials here for reference.

    Hope this gives you some ideas regarding approaches you can take.

    0
  • Comment author
    Jeremy Kaye

    Hey AJ, thank you! I'll try something out and post back if I find a solution. Cheers!

    0

Please sign in to leave a comment.