PushEngage

The PushEngage modules allow you to watch new events in your PushEngage account.

Getting Started with PushEngage

Prerequisites

  • A PushEngage account

In order to use PushEngage with Integromat, it is necessary to have a PushEngage account. If you do not have one, you can create a PushEngage account at app.pushengage.com/signup.

The module dialog fields that are displayed in bold (in the Integromat scenario, not in this documentation article) are mandatory!

Connecting PushEngage to Integromat

To connect your PushEngage account to Integromat you need to obtain the API Key from your PushEngage account and insert it in the Create a connection dialog in the Integromat module.

1. Login to your PushEngage account.

2. From the left menu, click Settings > Site Settings > API Keys > Generate New API Key.

aAojgY1wq3.gif

3. Copy the API Key to your clipboard.

pushengage1.png

4. Go to Integromat and open the PushEngage module's Create a connection dialog.

loiwNfrN8q.gif

5. In the Connection name field, enter a name for the connection.

6. In the API Key field, enter the API key copied in step 3 and click Continue.

The connection has been established.

Notifications

Create a Sent Push

Creates new notifications and can be sent to all subscribers.

Connection Establish a connection to your PushEngage account.
Title Enter the name of the push.
Message Enter the message to be displayed in the push notification.
URL Enter the URL address to be clicked when a user receives the push notification.
Image URL Enter the URL address to the image of the push notification.
Profile ID Enter the Profile ID of the subscriber. The push notification will be sent to only those devices with this profile ID.
Include Segments Select the segments to send the push notification to only those subscribers in those segments.
Exclude Segments Select the segments to exclude from sending the push notification to only those subscribers in those segments.
Include Countries Select the countries to send the push notification to only those subscribers in those countries.
Exclude Countries Select the countries to exclude from sending the push notification to only those subscribers in those segments.
Include States Select the states to send the push notification to only those subscribers in those states.
Include Cities Select the cities to send the push notification to only those subscribers in those cities.
Include Device Types Select the device types to send the push notification to only those subscribers in those device types.
Include Browsers Select the browsers to send the push notification to only those subscribers in those browsers.
From Date Enter the date to send notifications to only those subscribers, which are subscribed on or after the specified date and time. 
To Date Enter the date to send notifications to only those subscribers, which are subscribed on or before the specified date & time. 
Notification Expiry Enter the date on with the notification expires and will not be sent to subscribers. The maximum time is 28 days.
Subscriber Hash Enter the details of the subscriber hash unique for a subscriber provided by PushEngage. The push notifications will be sent to the device having this subscriber hash.
Big Image URL Enter the URL of an image to be displayed as part of the notification.

Create a Scheduled Push

Creates new notifications and can be scheduled for them to be sent.

Connection Establish a connection to your PushEngage account.
Title Enter a name for scheduled push notification.
Message Enter the message to be displayed in the push notification.
URL Enter the URL address to be clicked when a user receives the push notification.
Valid from UTC Enter the URL address to be clicked when a user receives the push notification.
Image URL Enter the URL address to the image of the push notification.
Profile ID Enter the Profile ID of the subscriber. The push notification will be sent to only those devices with this profile ID.
Include Segments Select the segments to send the push notification to only those subscribers in those segments.
Exclude Segments Select the segments to exclude from sending the push notification to only those subscribers in those segments.
Include Countries Select the countries to send the push notification to only those subscribers in those countries.
Exclude Countries Select the countries to exclude from sending the push notification to only those subscribers in those segments.
Include States Select the states to send the push notification to only those subscribers in those states.
Include Cities Select the cities to send the push notification to only those subscribers in those cities.
Include Device Types Select the device types to send the push notification to only those subscribers in those device types.
Include Browsers Select the browsers to send the push notification to only those subscribers in those browsers.
From Date Enter the date to send notifications to only those subscribers, which are subscribed on or after the specified date and time. 
To Date Enter the date to send notifications to only those subscribers, which are subscribed on or before the specified date and time. 
Require Interaction Enter the duration for which the notification exists in browsers.
Notification Expiry Enter the date on with the notification expires and will not be sent to subscribers. The maximum time is 28 days.
Subscriber Hash Enter the details of the subscriber hash unique for a subscriber provided by PushEngage. The push notifications will be sent to the device having this subscriber hash.
Big Image URL Enter the URL of an image to be displayed as part of the notification.

Create a Draft Push

Creates new notifications and can be saved as draft PushEngage.

Connection Establish a connection to your PushEngage account.
Title Enter the name of the push.
Message Enter the message to be displayed in the push notification.
URL Enter the URL address to be clicked when a user receives the push notification.
Image URL Enter the URL address to the image of the push notification.
Profile ID Enter the Profile ID of the subscriber. The push notification will be sent to only those devices with this profile ID.
Include Segments Select the segments to send the push notification to only those subscribers in those segments.
Exclude Segments Select the segments to exclude from sending the push notification to only those subscribers in those segments.
Include Countries Select the countries to send the push notification to only those subscribers in those countries.
Exclude Countries Select the countries to exclude from sending the push notification to only those subscribers in those segments.
Include States Select the states to send the push notification to only those subscribers in those states.
Include Cities Select the cities to send the push notification to only those subscribers in those cities.
Include Device Types Select the device types to send the push notification to only those subscribers in those device types.
Include Browsers Select the browsers to send the push notification to only those subscribers in those browsers.
From Date Enter the date to send notifications to only those subscribers, which are subscribed on or after the specified date and time. 
To Date Enter the date to send notifications to only those subscribers, which are subscribed on or before the specified date and time. 
Require Interaction Enter the duration for which the notification exists in browsers.
Notification Expiry Enter the date on with the notification expires and will not be sent to subscribers. The maximum time is 28 days.
Subscriber Hash Enter the details of the subscriber hash unique for a subscriber provided by PushEngage. The push notifications will be sent to the device having this subscriber hash.
Big Image URL Enter the URL of an image to be displayed as part of the notification.

Analytics

Get Summary Analytics

Gets analytics summary in the defined.

Connection Establish a connection to your PushEngage account.
From Enter the date from which you want to retrieve the summary analytics in YYYY-MM-DD format.
To Enter the date until which you want to retrieve the summary analytics in YYYY-MM-DD format.
Group By Select the option to group the summary analytics by:
  • Day
  • Week
  • Month
Limit Set the maximum number of notifications Integromat should return during one scenario execution cycle.

Get Analytics of Push

Gets a list of all notifications created by each type.

Connection Establish a connection to your PushEngage account.
Status Select the status of the notification you want to list:
  • Sent Push
  • Scheduled Push
  • Draft Push
Start Date Enter the start date from which you want to get a list of notifications.
Notification ID Enter the Notification ID whose analytics information you want to retrieve.
Limit Set the maximum number of Pushes Integromat should return during one scenario execution cycle.

Other

Make an API Call

Performs an arbitrary authorized API call.

Connection Establish a connection to your PushEngage account.
URL

Enter a path relative to https://api.pushengage.com. For example: /apiv1/notifications

For the list of available endpoints, refer to the PushEngage API Documentation.
Method

Select the HTTP method you want to use:

GET
to retrieve information for an entry.

POST
to create a new entry.

PUT
to update/replace an existing entry.

PATCH
to make a partial entry update.

DELETE
to delete an entry.

Headers Enter the desired request headers. You don't have to add authorization headers; we already did that for you.
Query String Enter the request query string.
Body Enter the body content for your API call.

Example of Use - List Notifications

The following API call returns all the notifications from your PushEngage account:

URL:
/apiv1/notifications

Method:
GET

pushengage3.png

Matches of the search can be found in the module's Output under Bundle > Body > notifications
In our example, 2 notifications were returned:

pushengage2.png

 

Popular use cases from our blog

automated-data-collection-crm-illustration

How to Automate Data Collection - Part 5: CRM Systems

automated-data-collection-chatbot-marketing-illustration

How to Automate Data Collection - Part 4: Chatbot Marketing

automated-data-collection-paid-ads-illustration

How to Automate Data Collection - Part 3: Paid Ads

automated-data-collection-email-illustration

How to Automate Data Collection - Part 2: Email Marketing Segmentation

personalized-customer-experience-illustration-integromat

5 Automated Solutions to Personalize Customer Experience

data-collection-automation-forms-pt-1

How to Automate Data Collection - Part 1: Online Forms

Didn’t find what you were looking for?

Expert

Find an expert

We feature a network of 450+ certified partners across the globe who are ready to help

Find an expert

Automate any workflow in your business

Sign up for a free account today. No credit card required, no time limits on free plan.