- Integrations
- /
- OneSignal
- /
- Actions
- /
- Send Push Notification
ActionOneSignalUpdated May 2026
How do I send a OneSignal push notification?
Short answer: Drop the "OneSignal → Send Push 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 headings | string | Required | Title |
Message contents | string | Required | Message |
Segments included_segments | string | Optional | Target audience segment |
Launch URL url | url | Optional | A fully qualified URL (https://...) for the launch url. |
Sample request
{"headings": "{{trigger.headings}}","contents": "{{trigger.contents}}","included_segments": "{{trigger.included_segments}}","url": "e.g. https://example.com/path"}
Returns
{"id": "notif123","recipients": 5000,"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 Send Push Notification.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about Send Push Notification.
What does the Send Push Notification action do in OneSignal?
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.
What inputs does Send Push 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 Send Push Notification support batch operations?
Yes. Run Send Push 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.
ActionCreate OneSignal Notification
Alias for Send Push Notification — creates a push send. For external-event-driven push workflows.
Send send push notification from your workflows.
Triggered by anything in the catalog. Free tier available. No credit card.