SheetLink
  • 👋Welcome
  • 🚀Quickstart
  • ❓FAQ
  • 🔒Security
  • Formulas
    • 🔗Apps
      • Webflow
      • HubSpot
      • OpenAI
      • Memberstack
      • Slack
      • Twitter
      • Gmail
      • Respond.io
      • Airtable
      • bit.io
      • MetaWeather
      • CoinMarketCap
      • Bannerbear
      • NFTPort
      • OpenSea
      • Stripe
      • Moralis
    • 🛠️Functions
    • 💪"options"
Powered by GitBook
On this page
  • Example 1 (simple)
  • API Request "options"
  • API Response "options"
  • Navigation
  • 🚑 Need Help?

Was this helpful?

  1. Formulas

"options"

Control the request to and response from any application.

All "options" must be a cell reference (B2), a cell range (B2:D2), or comma separated in double quotes ("option1","option2")

Example 1 (simple)

=HubSpot_getContacts("rawHeaders,name=Elon,/name")

API Request "options"

The below "options" are sent along with the request to your application.

"options"

"key=reset" (reset API key)

"key=?" (query API key)

"{'KEY':'VALUE'}"

"{'pie':{'cook_time':'20 Min','temp_degrees':'350'}}"

"{'KEY':'<encode>VALUE</encode>'}"

cURL (or =cURL formula)

"<curl>cURL-HERE</curl>"

"headers={'KEY':'VALUE'}"

"headers={'Accept-Version':'1.0'}"

Content Type

"contentType=application/x-www-form-urlencoded"

"contentType=application/json" (default if blank)

URL Parameters

"KEY=VALUE"

"color=blue,email=hi@sheet.link"

Method

"method=METHOD-HERE"

"method=GET" (default if no Payload)

"method=POST" (default if Payload)

API Response "options"

The below "options" are used to format the app's JSON API response.

"options"

Response Headers

"rawHeaders" (returns raw /QUERY headers)

"/QUERY" ("rawHeaders" to query)

"noHeaders" (return data without headers)

Response Data

"inheritParents" (inherit JSON parent elements)

"truncateValues" (shorten response values)

"debugLocation" (row & column with values)

Raw Response Data (advanced)

"*" (return raw JSON response)

"*/QUERY" (query raw JSON response)

"*?" (request options with response)

Navigation

Page

60 second getting started guide.

Answers to frequently asked SheetLink questions.

Explore the apps we've already built formulas for.

Powerful functions unique to SheetLink.

🚑 Need Help?

PreviousFunctions

Last updated 3 years ago

Was this helpful?

API (set, reset or query)

** "key=MY-KEY" (**careful, key is saved to )

The alternative "" method is recommended

Payload ( format)

Payload ( encode)

Headers ( format)

"$QUERY" (JSON query)

You can try the , or our to interact with any application API.

🚀 ​

​​

🔗 ​

🛠️ ​

You can always contact us via support@sheet.link or by messaging us on Twitter

💪
SheetLink pre-built app formulas
=API("options")
@SheetLink
Key
sheet history
JSON
base64
JSON
Path-Plus
Quick Start
❓ FAQ
Apps
Functions
🔐 Authentication