- Home
- Resources
- Integrations
- Spontit
Spontit n8n integrationAutomate Spontit with n8n.
Some alerts have to reach a phone, not another app. The Spontit n8n integration exposes one resource, Push, with a single operation and 12 optional fields behind Additional Fields. It fits builders who already run workflows in n8n and want the result on their own screen.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Spontit n8n integration actually do?
The Spontit node lets a workflow step send a push notification to the devices that follow your Spontit account, or one of your channels. It ships with n8n, so there is nothing to install on n8n Cloud or on a self-hosted instance. The catalogue holds one resource, Push, and one operation, Create a push notification, with 12 optional fields grouped under Additional Fields.
Three shapes come back often. The first is the scheduled digest: a Schedule Trigger fires each morning, a weather or metrics node collects the numbers, and the push drops the summary on your phone before you open a laptop.
The second is the threshold alert. A workflow reads a Google Sheets range, an IF node keeps the rows that cross a limit, and the push carries the row text in Content with the sheet address in Link. One tap on the notification and the source is open.
The third is escalation. Routine notices already land in Slack or Telegram, where they wait for someone to scroll. The branch that cannot wait gets a Spontit push instead, on a channel named in Channel Name so only the people following that channel get woken up. Teams that also keep Pushover in the workflow usually split the two by audience, not by severity.
The node holds that one operation. For anything else in the Spontit API, the HTTP Request node calls any endpoint and reuses the same credential through its predefined authentication.
Two smaller fields decide what happens once someone taps the notification. Open Link In App chooses between the iOS app and Safari for the URL you attached, while the Android PWA opens every link in the default browser anyway. Open In Home Feed arbitrates between the home feed and a standalone page for the notification, the standalone page being the default.
Two numbers shape the message before you write it: Content stops at 2500 characters and Title at 100. A push expires 10 days after it is sent unless Expiration Stamp says otherwise. If n8n itself is new ground, the n8n training covers the workflow basics this page takes for granted.
How do you connect Spontit to n8n?
- 01
Create the credential once
Open the Credentials menu in n8n and add a Spontit credential. A credential is the stored set of connection details for one account: you fill it once, n8n keeps it, and every workflow that talks to Spontit picks it from a dropdown afterwards. The Spontit node has no authentication selector, so there is a single way in and no method to compare.
- 02
Fill it with your own Spontit values
The values come from your Spontit account, and n8n stores them under the name you give the credential. Name it for the account it belongs to rather than for the workflow, because the same credential will show up in every Spontit node you add later. If several people share the instance, that name is the only clue about which account a push goes out from.
- 03
Run one push before building anything
Drop a Spontit node in an empty workflow, pick the credential in its dropdown, type two words in Content, and execute the node on its own. The notification either shows up on your device or it does not, and you know where you stand in under a minute. Only then wire the node to whatever produces the real text.
What the Spontit node does in a workflow
The Spontit node exposes 1 operations across 1 resources. For each one: the node as you configure it in n8n, the required fields, and our field notes.
Operations index
Push
1 operationCreate a push notification
push.createWhat you see in n8n
Notes & use cases
Sends a push notification from the workflow to the devices following your Spontit account or one of your channels.
Key parameters
- Content: the text of the push, capped at 2500 characters, usually an expression such as
{{ $json.field }}pulled from the previous node. - Title: appears in bold at the top, up to 100 characters.
- Channel Name: the name of a channel you created; empty, the push goes to your main account.
- Link: a valid URL attached to the push.
- Schedule: a Unix timestamp to send the push later.
Need help automating Spontit with n8n?
A person reads every message.
Spontit and n8n, the questions that come next
01Is the Spontit integration free in n8n?
02What credentials does the Spontit n8n integration need?
03What are the limits of the Spontit node in n8n?
04Can an n8n workflow react to Spontit in real time?
05n8n or Make for Spontit?
Get our weekly integration tips.
No spam. Unsubscribe anytime.



