Invoke an external API #655
-
I've a scenario where I need to call an external API (s3 url) which is generated as a response of one of a POST call and after that need to execute another call. In short I need to execute in below order POST call (response have a URL) --> execute that URL (response have an id and array) ---> Another POST call (passing the response from previous call) But when checked the docs, i'm not sure how to call an external URL. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hi @PraveenSuryaNarayanaMoorthy You could use the "Pre-request" functionality of Postman to trigger a request. |
Beta Was this translation helpful? Give feedback.
hi @PraveenSuryaNarayanaMoorthy
You could use the "Pre-request" functionality of Postman to trigger a request.
Have a look at this GIST with a Pre-request script.