Adapty: grant access level
The Adapty: grant access level Point template turns on a paid access level in Adapty for a while without a purchase, so a journey can hand out premium as a reward or a compensation.
Configure the point
Anchor link to- Drag Adapty: grant access level from the Integrations section onto the canvas.
- Double-click the point and enter a Step Name.
- In Adapty secret key, enter the app’s secret key from Adapty: App settings > General. It’s stored masked, like a webhook secret header — a public SDK key doesn’t authorize this call, so keep it out of this field.
- Identify whose profile to grant access to: fill either Adapty profile ID or Customer user ID, not both. Adapty profile ID defaults to
{{tag:adapty_profile_id}}, the tag the Adapty → Pushwoosh integration writes when it’s switched on — leave Customer user ID empty in that case. Fill Customer user ID instead, for example{{device:user_id}}, for an app that passes its own user ID to Adapty throughidentify(), and leave Adapty profile ID empty. Whichever of the two you leave empty is dropped from the request instead of being sent blank. - In Access level, enter the access level ID exactly as it’s spelled on Adapty’s Access levels page. Defaults to
premium. - In Grant for, enter how long the access stays on, counted from the moment the traveler passes this step: a number plus a unit, for example
30m,12h, or7d. Enterneverfor access that doesn’t expire. Defaults to7d. - Click Save.
Response
Anchor link toThis point doesn’t map any response data back into the journey. A failed request drops the traveler from the journey — see Errors and failed requests.