Question

Message Routing - Change URL with Parameter?

  • 26 August 2023
  • 1 reply
  • 34 views

Userlevel 2
Badge +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

Userlevel 4
Badge +12

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.

Reply