Working with web services
- Capture the response code and response headers from the last HTTP call
- Copy response from the HTTP request to a file
- Send a content of the file as a payload for an HTTP endpoint
- Configure auto-retry when working with web services
- Work with paginated APIs
- Create a payload for HTTP call using a template with tokens
- How to use memory Connection to parse the response from the web service