- Home
- Resources
- Integrations
- Pushwoosh
Pushwoosh Make integrationAutomate Pushwoosh with Make.
Can an event in another tool send a push notification on its own? The Pushwoosh Make integration gives you 5 modules: 4 actions and 1 search. This page is for marketers and product teams who already use Pushwoosh, and it walks you from the connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Pushwoosh Make integration do for you?
The Pushwoosh Make integration lets a Make scenario, the automation you build as a chain of modules, create, read, search and delete your Pushwoosh push notifications. Pushwoosh has no trigger in Make, so the scenario starts from another app or from a schedule, and Pushwoosh does the sending part.
Notify users when something happens elsewhere. A new order lands in your shop, a record changes in a database like the one on our Airtable Make integration page, and Create a Push Notification creates the message without anyone opening the Pushwoosh Control Panel.
Cancel a message that no longer applies. An offer gets pulled before its planned send. Delete a Push Notification removes that scheduled notification so users never see an outdated promise.
Keep a record of what went out. Search Push Notifications goes through your notification history and Get a Push Notification reads the details of one message, which you can then copy into a sheet or a report.
What Make does not cover here: there is no trigger, so Pushwoosh cannot start a scenario by itself, and anything outside the 5 listed modules goes through Make an API Call. Pushwoosh often has an n8n node too; our n8n vs Make comparison sets the two side by side. To go further with the editor, the Make training starts from zero.
How do you connect Pushwoosh to Make?
- 01
Generate an API token in Pushwoosh
A connection is your Pushwoosh account linked to Make once and reused by every Pushwoosh module. It needs an API access token: in the Pushwoosh Control Panel, open Settings, then API Access, click Generate New Token, pick the token type, name it, click Generate and copy it.
- 02
Add a Pushwoosh module in Make
Log in to Make, add any Pushwoosh module to your scenario and click Create a connection. The Connection name field is optional, but a clear name helps when several projects or teammates share the same Make account.
- 03
Paste the token and save
Enter the token you copied from Pushwoosh, or follow the on-screen instructions, and confirm. The connection now appears in every Pushwoosh module, so you never paste the token again for this account.
Your first scenario with Pushwoosh
GoalWhen a new event arrives from another app, Make creates a Pushwoosh push notification built from that event's data.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. Pick the app where the event happens, such as your shop or your CRM, since Pushwoosh has no trigger.
- 02
Add Create a Push Notification
Click the + on the right of the first module, search for Pushwoosh and choose Create a Push Notification. Select your connection or click Create a connection if this is your first time.
- 03
Map the message
Fill the module fields and map data from the first module, like a customer name or an order number, so every push reads as written for that person rather than a generic blast.
- 04
Test with Run once
Click Run once to execute the scenario one time. Open each module to read the bundles it received, a bundle being one item passed from one module to the next, and fix any mapping that looks wrong.
- 05
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each module run on one bundle counts as one operation on your Make plan.
What Pushwoosh can do in Make
Pushwoosh gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Push Notification
ActionIn Make“Creates a new push notification.”
This module creates a new push notification in Pushwoosh as soon as the scenario reaches it, so the message is ready when the event happens, not when someone remembers to write it.
Delete a Push Notification
ActionIn Make“Deletes a scheduled push notification.”
You can cancel a notification before it goes out: this module removes a scheduled push notification, which keeps an expired offer or a changed plan from reaching your audience.
Get a Push Notification
ActionIn Make“Gets details of a single push notification.”
Reading one notification in full is what this module does: it fetches the details of a single push, so the next modules can store or forward exactly what was sent.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Anything the other four modules do not cover becomes reachable here: this module calls any endpoint of the Pushwoosh API with the connection you already set up, so no second login is needed.
Search Push Notifications
SearchIn Make“Searches through push notifications history.”
With this module you look back through your push notification history and pull out the messages you need, each one coming out as its own bundle for the modules that follow.
Need help automating Pushwoosh with Make?
A person reads every message.