Skip to content
ActionOneSignalUpdated May 2026

How do I create a OneSignal push notification?

Short answer: Drop the "OneSignalCreate 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.

FieldTypeRequiredDescription
Title
title
stringRequired
Message
message
stringRequired
Click URL
url
stringOptionalA fully qualified URL (https://...) for the click url.
Included Segments
included_segments
arrayOptionalDefault: ["Subscribed Users"]
Specific External User IDs
include_external_user_ids
arrayOptional
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.

Send create onesignal notification from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.