2.3 KiB
OneSignal
Sync overview
This source can sync data for the OneSignal API. It supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
Output schema
This Source is capable of syncing the following core Streams:
- Apps
- Devices (Incremental)
- Notifications (Incremental)
- Outcomes
The Outcomes stream requires outcome_names parameter to filter out outcomes, see the API docs for more details.
Data type mapping
| Integration Type | Airbyte Type | Notes |
|---|---|---|
string |
string |
|
integer |
integer |
|
number |
number |
|
array |
array |
|
object |
object |
Features
| Feature | Supported?(Yes/No) | Notes |
|---|---|---|
| Full Refresh Sync | Yes | |
| Incremental Sync | Yes | |
| Namespaces | No |
Performance considerations
The connector is restricted by normal OneSignal rate limits.
The OneSignal connector should not run into OneSignal API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
Getting started
Requirements
- OneSignal account
- OneSignal user auth Key
Setup guide
Please register on OneSignal and follow this docs to get your user auth key.
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.2 | 2021-12-07 | 8582 | Update connector fields title/description |
| 0.1.1 | 2021-11-10 | 7617 | Fix get_update state |
| 0.1.0 | 2021-10-13 | 6998 | Initial Release |