Orchestrator Webhooks Dynamic URL or Parameters in URL

How can i use dynamic URL or provide parameters to the URL in Webhooks?
i need to send an id with the URL which will be change according to my scenario’s

Read the url. Using string manipulation, update the ID in the url.
Use navigate To activity by specifying the updated url

You can make use of Orchestrator API - https://OrchestratorURL/swagger/ui/index#!/Webhooks/Webhooks_PutById

Actually i am not working in RPA, it’s a python app. any coding example in which you can show me how i can get my webhook details?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.