Skip to main content

Export from Vercel to Google Sheets

You can use Awesome Table Connectors to export from Vercel to Google Sheets. Exporting to Google Sheets via Awesome Table Connectors allows you to access raw data, schedule refresh to get regular updates, and configure your output sheet's layout, among other features.

This article demonstrates how to use Awesome Table Connectors to get a list of deployments from Vercel and export it to Google Sheets. You can use your own Vercel projects and follow along.

Prerequisites
You have logged in with the Awesome Table Vercel connector.
  1. Open the Method drop-down and select the operation you want to perform. We are using the GET method to retrieve a list of deployments to find out which of them have passed or failed.

    note

    Click API documentation if you want to know more about Vercel’s API.

  2. Enter the URL for the API you want to use. We are using https://api.vercel.com/v6/deployments to retrieve a list of deployments.

  3. (Optional) Use parameters and Headers. For more information on what parameters and headers you can use, see Vercel’s documentation.

    • Enter a key-value pair as a parameter. We are using teamId to retrieve all the deployments for our team.

      The parameter is the following key-value pair: teamID-team-apps.
      note

      You can find your team’s ID in Vercel under Team Settings > General > Team URL.

  4. (Optional) In the Output options, configure how your data will be inserted into your spreadsheet.

  5. (Optional) Use the Preview & Select columns feature to choose the columns you need, edit their names, and configure a sort order.

    1. Click Preview & Select columns.
      A new window opens.
    2. Make the changes you want.
    3. Click Save changes.
  6. Click Run to start your request.

    note

    If you are running a request for the first time, the Permission needed pop-up window opens.

    1. Click Sign in with Google.
    2. Select the Google account you want to use with Awesome Table.
    3. Click Allow to grant Awesome Table the required permissions.

    Awesome Table Connectors informs you if you successfully exported to Google Sheets.


You have successfully exported a list of deployments for a platform. The state column shows which deployments have passed or failed. Successful requests are automatically saved and displayed in the Home screen.

What's next
Schedule a refresh to get regular updates.