Google Workspace HTTP Request
Description
Run HTTP calls in Google Workspace.
Project compatibility
Windows | Cross-platform
Configuration
- Connection - The connection established in Integration Service. Access the dropdown menu to choose, add, or manage connections.
- Request method - Indicates the request method used:
GET- Method used to request data from a specified resource.DELETE- Method used to request data from a specified resource.PATCH- Method used to apply partial modifications to a resource.POST- Method used to send data to the server.PUT- Method used to send data to the server to update a resource.
- Request URL - Indicates the endpoint path for the request, such as
https://www.googleapis.com. - Parameters - The list of parameters and the corresponding values.
- Headers - The list of headers and their values.
- Required scopes - The scopes required to make the request. This field supports
String[]type input. This field is displayed when you use this activity inside Google Workspace Scope. - Body - Indicates the body of the request.
Additional options
Output
- Response content - The response content received from the endpoint.
- Response status - The response status of the executed request.
- Response headers - - The list of response headers and their values.