Sync custom events from Trino to OneSignal to trigger automated Journeys and personalized messaging campaigns based on user behavior.
Configure Trino connection
Configure Advanced Sync Engine (Optional)
CENSUS
containing a schema named CENSUS
CREATE TABLE
and DROP TABLE
operationsCREATE OR REPLACE TABLE
statementCENSUS.CENSUS
schema to your OneSignal userOneSignal Field | Description | Required | |
---|---|---|---|
name | event_name | Event identifier | Yes |
external_id | user_id | User identifier | Yes |
timestamp | event_timestamp | When event occurred | No |
properties | event_data | No |
CENSUS.CENSUS
catalog and schemaCREATE OR REPLACE TABLE
support (Trino October 2023+)WITH
clauseCREATE OR REPLACE TABLE
.
CENSUS.CENSUS
catalog.