CSV Getter Docs
CSV GetterLoginSign Up
  • Welcome
  • What is CSV Getter?
  • The Export URL
  • Data Sources
    • Connect Airtable
    • Connect Notion
    • Connect Google Sheets
    • Upload Data
  • Destinations
    • Connect to Dropbox
    • Connect to Google Drive
  • Exporting
    • Export Airtable
    • Export Airtable (With Airtable URL)
    • Export Airtable (via API)
    • Export Notion
    • Export Google Sheets
    • Export Uploaded Data
  • Automations
    • Export to Excel (Windows)
    • Export to Google Sheets (Drive)
    • Export to Google Sheets (Direct)
    • Export to Dropbox
    • Export to JSON
    • Export to XML
  • Airtable
    • Linked Records and Lookup Fields
    • Export Shared Airtable View
  • Platform Features
    • URL Parameters
    • The "Type" Parameter
    • The "SQL" Parameter
    • Email Notifications
    • Extract JSON Property
    • Embeddable Wordpress HTML
  • Misc
    • Zapier Code Example
    • Google App Script Snippet
  • Custom Chat GPT Code
Powered by GitBook
On this page

Was this helpful?

  1. Platform Features

URL Parameters

Add parameters to the end of your URL to supercharge your automation processes.

PreviousExport Shared Airtable ViewNextThe "Type" Parameter

Last updated 3 months ago

Was this helpful?

URL parameters are small codes you can add to your Export URL to customise how they behave when used. Your first URL parameter must have a ? in front of it. Any subsequent parameters must be separated by an &.

Parameter Examples

Parameter
Function
Value Examples

type

Overwrite the data export type.

email_me

Receive an email when a user uses your URL.

sql

Filter, sort and perform inline functions on your export data using SQL

show_wait_page

Show an HTML page which prompts the user to wait while the export is processed before being automatically pushed as a download. Great for larger exports.

https://api.csvgetter.com/CBIfM4nqnrj9WHqxOm3W?show_wait_page=true

filename_timestamp

Can take the values true, start, end. This can be used to give your download file name a timestamp.

https://api.csvgetter.com/CBIfM4nqnrj9WHqxOm3W?filename_timestamp=start Puts a timestamp at the beginning of the filename.

extract_json_property

Will translate all cells with JSON data to a single property value

See Examples
Learn More
See Examples
See Example