Automations
GET Profile
The GET Profile node fetches a user’s profile using user_id (e.g., refs.data.user_id) and attaches it to the automation context, enabling access via refs.profile in subsequent steps.
By default, the profile will be attached to the profile key in the run context
and can be accessed with refs.profile
.
Generally, the user id should be set to a dynamic value from the data object
such as refs.data.user_id
.
GET Profile Node