This App facilitates making HTTP requests as actions
Supported Actions
- test connectivity: Validate connection using the configured credentials
- put data: Perform a REST PUT call to the server
- patch data: Perform a REST PATCH call to the server
- delete data: Perform a REST DELETE call to the server
- get headers: Perform a REST HEAD call to the server
- get options: Perform a REST OPTIONS call to the server
- get data: Perform a REST GET call to the server
- post data: Perform a REST POST call to the server
- get file: Retrieve a file from the endpoint and save it to the vault
- put file: Put a file from the vault to another location