I am trying to register user page views in a table in Airtable.
I want to add a script in Softr that triggers a Webhook in Make that adds a record in a table in Airtable :
User Name
User Email
Page Viewed
Date
I have tried to add the following script in the body of a page (to track only this page view at the beginning) to call a webhook in Make every time someone visits this page.
The script triggers the webhook but I do not manage to pass the user email and name.
It gives me the JSON below :
[ { “event”: “page_view”, “email”: “no-login”, “name”: “”, “page”: “/financiacion”, “url”: “THEPAGEURL”, “timestamp”: “2025-11-11T09:05:39.879Z” } ]
You don’t need to send it to make, you can send it to Airtable API directly via the custom code.
However, a better use case for you it to use PostHog - free and more powerful Google Analytics, where you can track everything that user does on your softr pages. You even get short videos on what user does in your app. See the picture below. If you’re interested I can create a separate post on how to do it and link it here or help you set it up.
I hid the URLs and other sensitive data but you literally get everything about the user even their browser or location. Here is an example from a demo app and the Title is the page name in Softr.