Nutehub Route chain

I’m building a setup where my notecard sends my notehub a payload. I then route this payload to a web service that replies with a new URL for this payload, which I need to send via SMS to my user. Is there a way to chain / link routes, passing return info from one route to the next?

Hi @paulohm,

This sounds like a candidate for a web transaction. Using web transactions, you create a specific type of route in Notehub which will return a response from the remote service. Take a look at the doc and let us know if you have any questions!

Rob