(FSM 6)
I have a remote API that needs to be hit like
GET https://remoteapi/dothething/12345
With the “12345” being variable. This is being stored in a userdef on the primary table of the integration map. Is there a way to pass this userdef to the message routing rule as a variable for the URL?
Maybe I could update the message routing rule and refresh the integration cache prior to firing the outbound integration but that’s ugly.