Custom API Action
Make a custom, authenticated HTTP call to the Google Calendar API.
Options
Field |
Definition |
Type |
Required |
Request Type |
Use the appropriate request type depending on the endpoint/method:
- GET
- POST
- PUT
- PATCH
- DELETE
|
Dropdown |
TRUE |
Input
Field |
Definition |
Type |
Required |
Relative URL |
Specify the relative URL as /{insert_remaining_URL} . You can specify query parameters in the relative URL using “?”, or specify the query parameters as an object key pair in the Query input. |
String |
FALSE |
Query |
Specify any additional query parameters that should be included in object format (key value pairs). |
Object |
FALSE |
Headers |
Specify any headers required in addition to authorization or content-type (these are already handled by this connector). |
Object |
FALSE |
Body |
Specify a request body in JSON format. Only available for POST , PUT , and PATCH requests. |
Object |
FALSE |
Output
Field |
Definition |
Type |
Status Code |
Success or failure of your HTTP request. Here is a list of all status codes. |
Number |
Headers |
A detailed context for the status code, unrelated to the output body. Response headers are dependent on your selected HTTP request option. Note that not all headers are response headers. This will usually be a replica of the example below. |
Object |
Body |
Data returned from your selected HTTP request (for example, the data from a GET request). |
Object |
Related topics
Google Calendar connector
About the elements of Okta Workflows
G Suite API documentation