Onesignal rest api

Onesignal rest api

The OneSignal REST API enables developers to programmatically send push notifications, emails, and SMS, manage users and subscriptions, and configure apps.

4VIEWS
2938USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app onesignal_rest_apinpx @composio/cli add cursor --app onesignal_rest_apinpx @composio/cli add cursor --app onesignal_rest_apinpx @composio/cli add cursor --app onesignal_rest_api

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Notification

Tool to create and send a onesignal push notification. use when you have your message and target audience ready to dispatch notifications.

Delete Device

Tool to delete a device (player) from a onesignal app. use when you need to remove a specific device by its player id.

Update Device

Tool to update properties of an existing device. use when you need to modify device attributes after registration.

View Onesignal App

Tool to retrieve metadata for a single onesignal app. use when you need to fetch app details by its id.

View Device

Tool to retrieve details of a specific device (player). use when you have a onesignal player id and need current device info.

View Devices

Tool to retrieve a paginated list of devices (players) for a onesignal app. use when you need to list or audit all registered devices for a given app.

View Notifications

Tool to retrieve details of multiple notifications. use when you need to list notifications for a specific app.

View Segments

Tool to view segments for a onesignal app. use when you need to list all segments associated with an app.

8 actions available