Allows you to make a customized HTTP request to the Smartsheet API. For the most in depth information on the nature of those requests. See the documentation for Smartsheet here.

Options

Request Type (dropdown): The type of request you’d like to make. See Squarespace HTTP Requests. * GET * POST * PUT * PATCH * DELETE

Input

Request

  • Relative URL (text): Specify the relative URL as /api/v2/{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.
  • Query (object): Specify any additional query parameters that should be included in object format (key value pairs).
  • Headers (object): Specify any headers required in addition to authorization or content-type (these are already handled by this connector).
  • Body (object): Specify a request body in JSON format.

Output

Response * Status Code (number): success or failure of your HTTP request. Here is a list of all status codes. * Headers (object): 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.

    Example: {"Content-type":"application/json"}
  • Body (object): data returned from your selected HTTP request (for example, the data from a GET request).