Skip to content

OneSignal ​

Push notification and messaging platform for iGaming player engagement and retention.

DetailValue
CategoryiGaming
Base URLhttps://api.onesignal.com
AuthenticationAPI Key
Endpoints11
Connector keyonesignal

Using OneSignal in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick OneSignal from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /messagesSend notification
GET /messagesList messages
GET /messages/{message_id}Get message
POST /usersCreate user
GET /users/{user_id}Get user
PATCH /users/{user_id}Update user
DELETE /users/{user_id}Delete user
POST /segmentsCreate segment
PATCH /segments/{segment_id}Update segment
POST /templatesCreate template
POST /eventsRecord event

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.