Guys, how to link my Memberstack Member ID with Webflow and Airtable, without messing.
Explaining:
- Today I have an airtable to be the database
- Today I have the member stack to manage the users
- Today I use Webflow as Front-End
I know that I can use Make or Zapier to integrate, but the problem is the link between the collections and my logged user and how to connect this one with an Airtable base.
6 comments
Think there is WhaleSync or Make.com that can help connect everything together
I think Julian was able to accomplish something similar in this project. https://www.memberstack.com/scripts/show-element-if-attribute-matches-member-id
Thanks for hsaring Duncan from Memberstack I tried this solution, but it not a security solution, specially because the content from other users are been showing on HTML. The script is good to catch the memberstack id, use it on a collection is good, but I looking for a more security path, that ONLY show the specifc user content on HTML, without expose others
Growmate Ops the solution Duncan shared is great for public information, like custom member profiles - what would work better for you is member JSON, because that only gets loaded for the specific member
Julian Galluzzo it sounds good, but I'm working in a SAAS product. Each user has your personalized dataset (getting from airtable and webflow). I alredy tried to use the json with Make automations, but I can't insert the results inside the user's json, only in the metadata, this option didn't appear for me
I mean, Make only show to me the metadata and member custom fields. I need to have the json return from the webhook / api
You need to use the memberstack DOM package to manipulate JSON! Here are the docs https://developers.memberstack.com/docs/dom-front-end-package
Please sign in to leave a comment.