Hi,
I am setting up webhook for an external API and for that I need to enter callback url. Below is the snapshot of external API’s documentation.
Can you please suggest how can I get the call back url for UiPath.
Thanks,
Kapil
Hi,
I am setting up webhook for an external API and for that I need to enter callback url. Below is the snapshot of external API’s documentation.
Can you please suggest how can I get the call back url for UiPath.
Thanks,
Kapil
Hi @Kapil ,
Have you tried “go to url”?
can you clear your requirements?
regards,
LNV
hi @Nguyen_Van_Luong1 ,
How can I try “go to url”?
My Requirement:
Thanks,
Kapil
Hey @Kapil
I believe you need to pass some data to that API ?
Could you please explain the use case here so that’s it will be helpful to understand and suggest a solution.
Basically,
Kindly let us know.
Thanks
#nK
Can you please explain what yur exact requirement is …
Because webhooks are working with a callback url but there would not be any callback to them again…
Ideally the webhook is created using a callback url from other applications
Cheers
Hi All,
I am in need to see the callback url from the API.
I am doing a get API to Okta with bunch of params, one of those params is redirect_uri - which is callback url. I need to see this as an output. Is there is anyway to see the redirect_uri as output?
For ex: when I do the same with postman,
https://blah.com/oauth2/v1/authorize?response_type=id_token&scope=openid&nonce=foo&redirect_uri=https://yada/callback
I get back redirect_uri as such
GET https://yada/callback#id_token=eyJraWQiOiJpRE5…
how do I get the redirect_uri content in UiPath
TIA
It would be in the response data.
In the Result outArgument, there is a source code for the callback page, I believe - didn’t check if it is callback page, but nothing like what I listed above from postman. I am suppose to get a id_token back in the callback uri
I’m talking about the “Response content” output property of the HTTP Request activity.
In the Response content, there is a source code for the callback page, I believe - didn’t check if it is callback page, but nothing like what I listed above from postman. I am suppose to get a id_token back in the callback uri
what I understand that UiPath does not know how to handle the redirect_uri so there is no way to automate this, correct me if I am wrong?