Send HTTP Request action allows sending different types of requests.
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 |
Availability
Modern Forms | List Actions | Scheduled/Triggered Actions |
✓ | ✓ | ✓ |
Example of Send HTTP Request action configuration
Output
Output Parameter | Type | Description |
ResponseBody | Returns response value of request. |
Comments
0 comments
Article is closed for comments.