• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

  • Important: Any reported problems and issues with your integration will be reported to you and we will encourage the app developers help to resolve those integration issues.

Google Sheets (Developers)

Status
Not open for further replies.
This documentation offers a comprehensive, step-by-step guide to integrating your Google Sheets account with Pabbly Connect. By following these instructions, you can effortlessly establish a seamless connection between the two platforms.


How to authorize Google Sheets (Developers) in Pabbly Connect?

  • Within Pabbly Connect, navigate to the action step and choose "Google Sheets (Developers)" as the action you wish to perform. Select an action event, such as "Add New Row".
    1.png
  • Click on the "Connect" button, choose the "Add New Connection" radio button, and click on the "Connect With Google Sheets Personal Oauth" button.
    2.png
  • Enter the "Client ID" and "Client Secret" to establish a new connection.
    image (15) (1).png
Create and Configure a Google Cloud Console project for Google Sheets

  • To connect to Pabbly Connect using your own client credentials, you can create and configure a project in the Google Cloud Console.

Create a Google Cloud Console project for Google Sheets

To create a Google Cloud Console project:
  1. Log in to the Google Cloud Console using your Google credentials.
    4.png


    5.png
  2. In the top menu, click Select a project > New project.
    6.png
  3. Enter a Project name and select the Location for your project.
  4. Click Create.
    7.png
  5. In the top menu, check if your new project is selected in the Select a project dropdown. If not, select the project you just created.
    8.png
Enable APIs For Google Sheets

To enable the required APIs:
  1. Open the left navigation menu and go to APIs & Services > Library.
    9.png
  2. Search for and enable the following APIs: Google Sheets API and Google Drive API.
    10.png


    11.png

    12.png

    13.png

    14.png

Configure your OAuth consent screen for Google Sheets

To configure your OAuth consent screen:
  1. In the left sidebar, click the OAuth consent screen.
  2. Under User Type, select External.
  3. Click Create.
    15.png
  4. Fill in the required fields with your information.
  5. In the Authorized domains section, add "pabbly.com", and click "Save and continue".
    16.png
  6. In the Scopes page, click Add or remove scopes, add the following scopes, and click Update.
    17.png

    18.png
  7. Click Save and continue.
    20.png
  8. Optional: If your project will remain in the Testing publishing status, add test user emails on the Test users page, then click Save and continue.
    21.png


    22.png


    23.png

Create your Google Sheets client credentials

To create your client credentials:

  1. In the left sidebar, click Credentials.
  2. Click + Create Credentials > OAuth client ID.
    24.png
  3. In the Application type dropdown, select Web application.
    25.png
  4. Update the Name of your OAuth client. This will help you identify it in the console.
    26.png
  5. In the Authorized redirect URIs section, click + Add URI and enter the following redirect URI:
    27.png
  6. Copy your Client ID and Client secret values and store them in a safe place.
    28.png


    29.png
You will use these values in the Client ID and Client Secret fields in Pabbly Connect.


 

Attachments

  • 19.png
    19.png
    66.4 KB · Views: 12
  • 3.png
    3.png
    37.8 KB · Views: 14
Last edited:

ShailyV

Member
Staff member
Pro Member
===========================TRIGGERS===========================

Google Sheets (Developers): New or Updated Spreadsheet Row(Trigger Event)


Please follow below the steps to capture the trigger response for the above-mentioned trigger event:
  • Log into a single Google Sheets account.
  • Create a new spreadsheet and navigate to the "Extensions", move to the "Add-ons" option, and then click on "Get add-ons".
  • Search for and install the Pabbly Connect Webhooks add-on and refresh the page.
  • Again, go to "Extensions" and select Pabbly Connect Webhooks. Choose "Initial Setup" and enter the provided Webhook URL and trigger column.
  • Click "Send Test" to verify the webhook response and then click on the "Submit" button to save the Initial setup.
  • Access Pabbly Connect webhook from the sheet menu under extensions and choose the event for sending webhook data. That's it. You have successfully set up the webhook in your Google Sheets as a trigger.
  • Ensure the trigger column is adjusted to capture new or updated rows.
  • If you are manually making the change in the Spreadsheet, the updated data will be sent immediately to Pabbly Connect. Ensure enabling the Send on Event option in the addon.
  • If the change is made through an external platform besides Google Forms in the Spreadsheet, the trigger will be sent once every hour. Ensure you enable the Send on Schedule option in the addon.
  • Click on "Capture Webhook Response" and submit a test form to ensure the new response is captured correctly.
    1.png
===========================ACTIONS===========================

Google Sheets (Developers): Add New Row(Action Event)


Please follow the steps below to add a new row in your sheet for the above-mentioned action event:
  • Use Case: To add a new row in your sheet in your Google Sheets account.
  • Select "Add New Row" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select "Spreadsheet" and "Sheet" and enter the details that are required to add a new row.
  • Click on "Save and Send Test Request".
    2.png

    ====================================================

Google Sheets (Developers): Add New Row(Shared Drive)(Action Event)

Please follow the steps below to add a new row in your sheet in the shared drive for the above-mentioned action event:
  • Use Case: To add a new row in your sheet in the shared drive to your Google Sheets account.
  • Select "Add New Row(Shared Drive)" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select "Shared Drive", "Spreadsheet" and "Sheet" and enter the details that are required to add a new row.
  • Click on "Save and Send Test Request".
    3.png

    ====================================================
Google Sheets (Developers): Add Multiple Rows(Action Event)

Please follow the steps below to add multiple rows at a time in your sheet for the above-mentioned action event:
  • Use Case: To add multiple rows at a time in your sheet to your Google Sheets account.
  • Select "Add Multiple Rows" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select "Spreadsheet" and "Sheet" and enter the details with comma-separated that are required to add the rows.
  • Click on "Save and Send Test Request".
    4.png

    ====================================================
Google Sheets (Developers): Append Values(Action Event)

Please follow the steps below to add the column values in your sheet for the above-mentioned action event:
  • Use Case: To add the column values in your sheet to your Google Sheets account.
  • Select "Append Values" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select "Spreadsheet" and "Sheet" and enter the details with comma-separated that are required to add the column values.
  • Click on "Save and Send Test Request".
    5.png

    ====================================================
Google Sheets (Developers): Create Sheet(Action Event)

Please follow the steps below to create a new sheet inside your spreadsheet for the above-mentioned action event:
  • Use Case: To create a new sheet inside your spreadsheet for your Google Sheets account.
  • Select "Create Sheet" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select "Spreadsheet" and enter the name of the new Sheet.
  • Click on "Save and Send Test Request".
    7.png

    ====================================================
Google Sheets (Developers): Create a Spreadsheet(Action Event)

Please follow the steps below to create a new spreadsheet for the above-mentioned action event:
  • Use Case: To create a new spreadsheet for your Google Sheets account.
  • Select "Create a Spreadsheet" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Enter the name of the spreadsheet, and sheet, and also enter the row values.
  • Click on "Save and Send Test Request".
    6.png

    ====================================================
Google Sheets (Developers): Copy a Spreadsheet(Action Event)

Please follow the steps below to create a new sheet by copying an existing sheet from a spreadsheet for the above-mentioned action event:
  • Use Case: To create a new sheet by copying an existing sheet from a spreadsheet for your Google Sheets account.
  • Select "Copy a Spreadsheet" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select the "Spreadsheet", "Sheet" and "Destination Spreadsheet" values.
  • Click on "Save and Send Test Request".
    8.png

    ====================================================
Google Sheets (Developers): Copy Sheet Data(Action Event)

Please follow the steps below to copy data from the source range to the destination range for the above-mentioned action event:
  • Use Case: To copy data from the source range to the destination range for your Google Sheets account.
  • Select "Copy a Spreadsheet" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select the "Spreadsheet", and "Source SheetID" and enter the required values.
  • Click on "Save and Send Test Request".
    9.png

    ====================================================
Google Sheets (Developers): Lookup Spreadsheet Rows(Action Event)

Please follow the steps below to get the specific column values by using the lookup value for the above-mentioned action event:
  • Use Case: To get the specific column values by using the lookup value for your Google Sheets account.
  • Select "Lookup Spreadsheet RowsV2" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select the "Spreadsheet", and "Sheet" and enter the required values.
  • Click on "Save and Send Test Request".
    10.png

    ====================================================
Google Sheets (Developers): Get Row(s)(Action Event)

Please follow the steps below to get the specific row(s) from the sheet based on the specified range for the above-mentioned action event:
  • Use Case: To get the specific row(s) from the sheet based on the specified range for your Google Sheets account.
  • Select "Get Row(s)" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select the "Spreadsheet", and "Sheet" and enter the range value.
  • Click on "Save and Send Test Request".
    11.png

    ====================================================
Google Sheets (Developers): List Sheets(Action Event)

Please follow the steps below to get a list of all sheets in a spreadsheet for the above-mentioned action event:
  • Use Case: To get a list of all sheets in a spreadsheet for your Google Sheets account.
  • Select "List Sheets" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select the "Spreadsheet" and click on "Save and Send Test Request".
    12.png

    ====================================================
Google Sheets (Developers): Search a Spreadsheet(Action Event)

Please follow the steps below to search a specific spreadsheet for the above-mentioned action event:
  • Use Case: To search a specific spreadsheet for your Google Sheets account.
  • Select "Seach a Spreadsheet" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Enter the spreadsheet name and choose the "Match Option".
  • Click on "Save and Send Test Request".
    13.png

    ====================================================
Google Sheets (Developers): Update Row(Action Event)

Please follow the steps below to update a row in a specific sheet for the above-mentioned action event:
  • Use Case: To update a row in a specific sheet in the spreadsheet for your Google Sheets account.
  • Select "Update Row" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select the "Spreadsheet", and "Sheet", and enter the row index value along with other required field values.
  • Click on "Save and Send Test Request".
    14.png

    ====================================================
Google Sheets (Developers): Update Row(Shared Drive)(Action Event)

Please follow the steps below to update a row in a specific sheet of shared drive for the above-mentioned action event:
  • Use Case: To update a row in a specific sheet in the spreadsheet of shared drive for your Google Sheets account.
  • Select "Update a Row" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select the "Shared Drive ID", "Spreadsheet", and "Sheet", and enter the row index value along with other required field values.
  • Click on "Save and Send Test Request".
    15.png

    ====================================================
Google Sheets (Developers): Update Row Values(Action Event)

Please follow the steps below to update the values of a row using its range for the above-mentioned action event:
  • Use Case: To update the values of a row using its range for your Google Sheets account.
  • Select "Update a Row" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select the "Spreadsheet", and "Sheet", and enter the range and values.
  • Click on "Save and Send Test Request".
    16.png

    ====================================================
Google Sheets (Developers): Update Cell Value(Action Event)

Please follow the steps below to update the cell values for the above-mentioned action event:
  • Use Case: To update the cell values for your Google Sheets account.
  • Select "Update Cell Value" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select the "Spreadsheet", and "Sheet", and enter the range and values.
  • Click on "Save and Send Test Request".
    17.png

    ====================================================
Google Sheets (Developers): Update Range Value(Action Event)

Please follow the steps below to update the values for a specific range for the above-mentioned action event:
  • Use Case: To update the values for a specific range for your Google Sheets account.
  • Select "Update Cell Value" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select the "Spreadsheet", and "Sheet", and enter the range and values.
  • Click on "Save and Send Test Request".

    18.png

    ====================================================
Google Sheets (Developers): Delete Row(s)(Action Event)

Please follow the steps below to delete a row from a specified sheet for the above-mentioned action event:
  • Use Case: To delete a row from a specified sheet for your Google Sheets account.
  • Select "Delete Row(s)" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select the "Spreadsheet", and "Sheet", and enter the "Start Row Number" and "End Row Number" values.
  • Click on "Save and Send Test Request".
    19.png

    ====================================================
Google Sheets (Developers): Delete a Sheet(Action Event)

Please follow the steps below to delete a specified sheet for the above-mentioned action event:
  • Use Case: To delete a specified sheet for your Google Sheets account.
  • Select "Delete a Sheet" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select the "Spreadsheet", and "Sheet".
  • Click on "Save and Send Test Request".
    20.png

    ====================================================
Google Sheets (Developers): Delete Values(Action Event)

Please follow the steps below to delete a specific value in a row for the above-mentioned action event:
  • Use Case: To delete a specific value in a row for your Google Sheets account.
  • Select "Delete a Sheet" as an action event, connect your Google Sheets account, choose the connection type (either new connection or existing connection), and click the "Save" button (For help with authorization, check out the "How to authorize Google Sheets in Pabbly Connect?" section.)
  • Select the "Spreadsheet", and "Sheet" and enter the "Range" value.
  • Click on "Save and Send Test Request".
    21.png

    ====================================================



Successful Integration:

Upon completing the above steps, your Google Sheets (Developers) account will now be successfully integrated with Pabbly Connect. You can utilize different actions and triggers according to your purpose. With this integration, you can automate processes through Pabbly Connect, improving your workflow and enhancing your productivity.

If you encounter any issues or require further assistance, feel free to reach out to our support team for help. ([email protected])

Happy integrating!
 

Attachments

  • 6.png
    6.png
    125.7 KB · Views: 8
  • 10.png
    10.png
    186.4 KB · Views: 8
  • 10.png
    10.png
    186.4 KB · Views: 7
Last edited:
Status
Not open for further replies.
Top