Hello! I recently posted a question regarding a canvas, but our needs have shifted so I am starting a new post.
How/is it possible to make a GET call to our BE to retrieve the status of a user before deciding which path to send them on? Example:
-User creates an account, which triggers them to enter the canvas.
-They will have a 2 hour window to send an invite to their community and/or add a vehicle.
-After 2 hour window, GET call checks the BE for the status of said users.
-They are sent down the path according to status.
There are many different IFs that can be created if we are relying on event action triggers alone- so we are trying to simplify by calling the BE state for the user status.