Example of Webhook Integration using Make.com

This guide details the process for integrating your Depthnode assistant with a third-party automation platform like Make.com, Zapier, or n8n. This process uses a Webhook to send information in real-time, which is a more generally accepted method than directly integrating via an Application Programming Interface (API).

Preparing the Google sheet

Before setting up the assistant or the automation scenario, you’ll need a Google Sheet to receive the data.

Create a New Sheet: Create a new Google Sheet (e.g., in your Google Drive).

open Google Sheet in your Google Drive

Define Header Rows: In the first row of your sheet, enter the headings for the data you plan to collect. For this sales example, the required fields are “name, email, contact, address,…”

Type (This field will be used to classify the source of the data, e.g., “sales”).

Name the Sheet: Name the spreadsheet something descriptive, such as “customer detail”.