- Integrations
- /
- OneSignal
- /
- Actions
- /
- Create OneSignal Notification
ActionOneSignalUpdated May 2026
How do I create a OneSignal push notification?
Short answer: Drop the "OneSignal → Create OneSignal Notification" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Inputs
The fields this action accepts.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Title title | string | Required | — |
Message message | string | Required | — |
Click URL url | string | Optional | A fully qualified URL (https://...) for the click url. |
Included Segments included_segments | array | Optional | Default: ["Subscribed Users"] |
Specific External User IDs include_external_user_ids | array | Optional | — |
Sample request
{"title": "{{trigger.title}}","message": "{{trigger.message}}","url": "e.g. https://example.com/path","included_segments": "{{trigger.included_segments}}","include_external_user_ids": "{{trigger.include_external_user_ids}}"}
Returns
{"id": "notif_abc","recipients": 1234,"external_id": null}
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for Create OneSignal Notification.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about Create OneSignal Notification.
What does the Create OneSignal Notification action do in OneSignal?
Alias for Send Push Notification — creates a push send. For external-event-driven push workflows.
What inputs does Create OneSignal Notification require?
Required: Title, Message. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if OneSignal returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Create OneSignal Notification support batch operations?
Yes. Run Create OneSignal Notification inside a Loop node to process arrays. Tiny Command handles OneSignal's rate limits automatically so you don't have to throttle manually.
More actions
Other OneSignal actions.
Action
Get OneSignal App Statistics
Returns subscribed-user count by platform and recent send aggregates. For "weekly push performance digest" rollup workflows.
ActionList OneSignal Notifications
Paginated recent sends with delivery stats. For "which notifications got the most engagement" analysis.
ActionSend Push Notification
Sends a push to a specified audience — user IDs, segments, or in-call filter rules. The base hook for "external event → push to mobile users matching X criteria" workflows.
Send create onesignal notification from your workflows.
Triggered by anything in the catalog. Free tier available. No credit card.