OneSignal ​
Push notification and messaging platform for iGaming player engagement and retention.
| Detail | Value |
|---|---|
| Category | iGaming |
| Base URL | https://api.onesignal.com |
| Authentication | API Key |
| Endpoints | 11 |
| Connector key | onesignal |
Using OneSignal in a workflow ​
- Go to Connections and click New Connection.
- Pick OneSignal from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /messages | Send notification |
| GET /messages | List messages |
| GET /messages/{message_id} | Get message |
| POST /users | Create user |
| GET /users/{user_id} | Get user |
| PATCH /users/{user_id} | Update user |
| DELETE /users/{user_id} | Delete user |
| POST /segments | Create segment |
| PATCH /segments/{segment_id} | Update segment |
| POST /templates | Create template |
| POST /events | Record event |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.