Callback url

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:

  1. I am using an external API and calling it using HTTP Request activity.
  2. There is a webhook feature in that API which I need to activate.
  3. However as per documentation of that API, we need “Call back url of our server”. Snapshot of this part of documentation is there in first post.

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,

  1. The webhooks if used on the API side we need to give URL of the orchestrator if that support or some other intermediary bridge URL where API sends message to Orchestrator.
  2. The webhooks if used in the orchestrator side where you will provide the API url to received Orchestrator messages.

Kindly let us know.

Thanks
#nK

@Kapil

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?