I am using Ninja Forms with Webhooks add-on to submit form data to a third party API. Everything works fine, the data is submitted and I can see a response when running add-on in debug mode.
The question is how do I access an API response so I could use the response data as it returns user ID based on my submitted data. I need to submit that ID to the next page.
My form works as follows: 1. User inputs data 2. Form is submitted to API 3. User is redirected to another page
I need to be able to get user ID from an API response. Thanks!