Is there a way to remap data using a successful request?

General question about functionality, when using a webhook you can map data by listening to the link, but over time the data sent to the link might change outside of your control (More data points added)

Is there a way to remap data using successful requests from history?

Yes, that is totally possible, just use Run Once and listen for newly incoming webhook data and you will be able to remap the new data points. You can also get the input bundle from history and mimic POST to wbehook using Postman if you need to.

2 Likes

It would be much better if that could all be done through the system itself, but simulating a request is a great idea, definitely going to give it a try.

Also I might need more complex integrations in the future, I hope you don’t mind I kept your UP link