I setup a API to send a request which sends out a execution ID, then after a few minutes it sends a response as a POST request as in a webhook. I implemented the backend workflow and while setiing up and testing, i was able to recieve the response, but after implementing a flow to save the recieved data to database isnt working.
Even tried to change the database field to list and save still no solution. Do we need to trigger the backend workflow in any way? Because I’m using a webhook and it should get triggered automatically when the callback URL gets a Post request right.
What I’ve noticed is when testing I’m able to recieve the data by using the detect data button in the first attached screenshot above. But the same isn’t there with Manual.
Once you’ve initialized the call, you probably used the initialize URL. After initializing it though, you need to remove the /initialize at the end of the URL. You also need to make sure you’re calling the correct version (version-test for example)