π‘Outseta
All-in-one membership software
Configuration
In the navigation, click the βοΈ icon
In the Outseta Id field, enter your Id
Save the changes
Open the flow you want to secure and add the Outseta node after the
start
node.
π Congratulations, you successfully secured your flow using Outseta.
Access User Data
To access data associated with the user making the request, you can use the handlebar expressions e.g. {{request.user.id}}
.
Properties
id
{{request.user.id}}
{{request.user.email}}
given_name
{{request.user.given_name}}
account id
{{request.user.outseta:accountUid}}
account client identifier
{{request.user.outseta:accountClientIdentifier}}
is primary
{{request.user.isPrimary}}
subscription id
{{request.user.subscriptionUid}}
plan id
{{request.user.planUid}}
User Token
To access a user token for testing log into your website and run the following code snippet within the console.
Outseta.getAccessToken()
Last updated