I want to set up a sign-up and login system in Webflow. Where once a user successfully logs in, I want them to be able to make an API call to an external service ---- and this API call needs to include a specific user information, such as their user ID ( unique to the logged in user ).
For example, if user_1 logs in and their user ID is 1234, then the API request should send this user ID (1234) along with the call.
Is it possible to implement this functionality in Webflow, and if so, what steps are involved to achieve it ?
Please explain in detail.