See also

Tags

integration
09 Jul 2024 07:25 PM

Zapier

close

You can submit data for analysis in Conduit using Zapier.

In this example, we will create a Zap that sends new rows created in a Google Sheet to a virtual table in Conduit. (Instead of Google Sheets, you can use any application integrated with Zapier.)

Spreadsheet

  1. First, create a spreadsheet with two columns: Name and Cost.
    clipboard-2024-06-14-19-49-04-442Z.png

Conduit

  1. Let's add a new WebHook to Conduit and name it "Test Zapier."

In this integration, we will create two columns: Name and Cost. Copy the URL from Conduit.
clipboard-2024-06-14-20-01-43-432Z.png

Zapier

  1. Create a new Zap with a trigger in Zapier called “Google Sheets” and connect it to the spreadsheet.

  2. In Zapier, create a new action called “Webhooks by Zapier”.

clipboard-2024-06-14-20-13-52-513Z.png

4.1. For the action event method, choose POST.
4.2. Set the API endpoint URL (which you can copy from Conduit).
4.3. Select the payload type as "form"
4.4. Specify data fields:
clipboard-2024-06-14-20-16-05-082Z.png

  1. Click “Test” to ensure everything is set up correctly.

Open the event log for the Webhook in Conduit by clicking the "View Logs" button.

If you encounter an error message stating "Error: No valid columns found," it indicates an issue with the column configuration. Ensure that all necessary columns, such as Name and Cost in this example, are created in the action.

Update vs Append

By default, Conduit's Webhook operates in Append mode, meaning any edit to a row triggers the Workflow and sends the updated row to Conduit, resulting in multiple versions of the same row.

If you want Conduit to maintain a copy of the data from the spreadsheet (same number of rows), switch to Update mode. In this mode, modified rows will overwrite older versions of rows in Conduit.

Add the "?mode=update" parameter to the URL and select the column that identify a unique row.

clipboard-2024-06-14-20-07-18-768Z.png