Overview
The 'Utility - HTTP Request' utility action for Power Automate processes HTTP requests aligned to the specified configuration.
Credit Count
This is a Utility action and therefore consumes only 0.05 credits per operation (except 1 credit on the free plan). For example, 100 operations will consume 5 credits on a trial and all paid plans.
Parameters
The default 'Utility - HTTP Request' flow action parameters are detailed below:
Authentication Type: All Types
- HTTP Method: The HTTP Method type
- URL: The URL of the target resource
- Headers: HTTP Headers as JSON key/value pairs
- Query Parameters: HTTP Query Parameters as JSON key/value pairs
- Body: Set the Body of the HTTP request
- Cookie: Set a HTTP cookie
Authentication Type: Basic
- Username: Set the username
- Algorithm: Set the password
Authentication Type: RAW
- Authorization Header: Set the Authorization header, the value is used as a Bearer token.
Authentication Type: EntraApp
- Tenant ID: Set the ID for the target Microsoft 365 Tenant
- Client ID: Set the ID of the Microsoft Entra App Registration
- Client Secret: Set the client secret for the Microsoft Entra App Registration
- Scopes: Add one or more scopes comma-delimited
Return Parameters
Action Specific Return Values
- Body - The body of the HTTP Response
- Headers - The headers of the HTTP Response
- HttpStatusCode - The HTTP Status code for the response.
- HttpStatusMessage - The HTTP Status message for the response.
Standard Return Values
- OperationId - The unique ID assigned to this operation.
- Errors - An array of error messages should an error occur.
- Operation Status - Indicates whether the operation has been completed, has been queued or has failed.
0 Comments