Work in Progress: How to Fetch Safely from Savvy
Step 1: Copy and Paste
Copy this code and paste it in the Computed Field, Custom Data Output, or Custom Code for Button where you need it to fetch. The secure key can be in different formats inside the header -it will not always be "Authorization: Bearer {{key}}"
Step 2: Change the URL
Change the URL inside of the
encodeURIComponent
function to the actual URL where you're going to be fetching from
Step 3: Generate a Key for the Key
Send your key to a Savvy Engineer, they will save it and give you a different key for you to paste in line 6 instead of
group_name-service-key_type
PreviousWork in Progress: How to Bring Data from Google SheetNextWork in Progress: How To Fetch Data from a specific row in Airtable in a Computed Field
Last updated