Skip to main content
Question

Message Routing - Change URL with Parameter?

  • August 25, 2023
  • 1 reply
  • 93 views

Brian Maus
Do Gooder (Customer)
Forum|alt.badge.img+6

(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.

1 reply

SAMLK
Hero (Partner)
Forum|alt.badge.img+14
  • Hero (Partner)
  • August 28, 2023

Hi @Brian Maus 

Not quite sure whether we can pass the user_def value dynamically from a table as a parameter other than storing the value in a custom app param (by using  {{cust_app_param_name}} ). May be with a default relationship or BR you could update the value if it’s changing. But like you mentioned, it might require an integration cache refresh. Most likely you will require a simple customization it that’s the case.