Send HTTP Request action allows sending different types of requests.
Example of Send HTTP Request action configuration
For more information about Action Builder read Action Builder introduction article.
When action Send HTTP Request is selected, the following additional properties should be specified.
Configuration
Property | Required | Type | Description |
Url |
yes | String | URL or expression to be evaluated as URL. |
Request type |
yes | Choice | Provides options for choosing one of the following types: GET, POST, PUT, DELETE, JSONP |
Headers |
no | String | Enter any key-value pairs you need to send along with your request |
Append X-RequestDigest |
no | Boolean | Add valid request digest to validate posts back to SharePoint. Required if request made to SharePoint |
Use proxy server to fix CORS error |
no | Boolean |
Required to overcome cross-domain requests. How to fix CORS error |
Data |
no | String | Data to be sent to the server |
Test configuration
Allows you to execute and test the configured HTTP request.
Note: Clicking the Test button will execute the request immediately
Availability
Modern Forms | List Actions | Scheduled/Triggered Actions |
✓ | ✓ | ✓ |
Output
Output Parameter | Type | Description |
ResponseBody | Returns response value of request. |