Webhooks are "user-defined HTTP callbacks" that are usually triggered by some event, such as pushing code to a repository or a comment being posted to a blog. When that event occurs, the source site makes an HTTP request to the URL configured for the webhook. Users can configure them to cause events on one site to invoke behavior on another.
Learn more about Webhooks API documentation here.
This sync can be used to upload event details to any platform (that supports webhooks).
1. Setup a Data Warehouse - Go to Data Warehouses Tab add an Azure Synapse Analytics Warehouse.
2. Setup a Data Model - Navigate to Data Models tab and click on Create New. Name your Data Model and select your data warehouse from the drop down. Write a SQL query to fetch data from your warehouse.
(Eg. Select * from Schema_Name.Table_Name)
*A simple “select” statement will work, although you can write complex SQL queries in the data model field itself or use our no-code segment builder to filter your data without writing complex SQL Queries.
You can fetch data directly from any table / view existing in your warehouse if you don’t want to set up a data model. In that case you can skip this step and directly move to configuring your destination.
3. Configure your Data Destination - Navigate to All Destinations Tab inside Reverse ETL and select Webhooks.