Learn how to sync data from Hightouch
source
.
Go to the Sources page
Click on Add source
Select and configure the data source
destination
in Hightouch takes only a few clicks:
Go to the Destinations page
Click on Add destination and select HTTP Request
Select and configure the request
Authorization
with Bearer <your API key>
as a secret valueContent-Type
with application/json
as valuemodel
representing the entity you want to sync (represented as event
in Hyperline).
Go to the Models page
Click on Add model
Select a source and configure a model
sync
. Syncs declare how you want query results from a model to appear in your destination (Hyperline).
Go to the Syncs page
Click on Add sync
Select your model and the HTTP Request destination
{{ row.variable }}
, variable
being the column name of your source.