Call dynamic tenent id in outbound rest message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2024 10:34 PM
Hi,
I want to set different tenant id for lower and production environments in the out bound rest message
the same i have in the http method also
So I have got two tenant ids one for lower and one for prod , based on the property say instance_name, i want to generate the token through via scheduled job every 30 mins
https://microsofton.com/${tenant_id}/oauth2/token
the tenant id should be dynamic, can someone help on how to achieve this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2024 11:12 PM
Have a look at connection and credential aliases. They're meant for this.
If helpful or correct, please indicate so!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2024 11:25 PM
Hi @tanz,
please check below links:
https://www.youtube.com/watch?v=rF6F-drJHVU
Thank you, please make helpful if you accept the solution