OneSignal
Send events to OneSignal
Configuration
| Option | Description |
|---|---|
OneSignal App IDType: string Required: True | Your OneSignal App ID. You can find this in your OneSignal dashboard under Settings > Keys & IDs. |
OneSignal REST API KeyType: string Required: True | Your OneSignal REST API Key. You can find this in your OneSignal dashboard under Settings > Keys & IDs. |
External IDType: string Required: True | A unique identifier that is used to identify this person across OneSignal, PostHog, and other external systems. |
Event nameType: string Required: True | The name of the event to send to OneSignal. |
Event propertiesType: json Required: False | Additional properties to include with the event. Leave empty to use all event properties, or specify custom properties. |
Event timestampType: string Required: True | The timestamp of the event. |
Using our REST API you can create this destination like so:
Terminal