Push notifications: Re-engage and retain users effectively

Push notifications: Re-engage and retain users effectively

Dear Apptics community,

Have you ever wished to proactively engage and communicate with users even when they are not actively using your app? Apptics already empowers you with features for app health, performance, usage, engagement, and growth.

We are excited to add Push notifications that will help you take user engagement to the next level and facilitate re-engagement with users!


Introduction to push notifications

Push notifications allow you to trigger notifications to your app users about important updates, events, offers, posts, etc. As the name suggests, these push notifications are app-related messages shown to your users as pop-up messages on their devices. These notifications are sent to users who have already installed your app and have enabled push notifications on their device settings.

Push notifications complement traditional methods like email, SMS, and phone calls. They serve as a highly effective channel to communicate with users, keep them informed of any updates instantly, and encourage active engagement. You can send these notifications even when your users are not actively using the app. This way, you can open new opportunities for re-engagement and boost user retention for your app.

Sending push notifications using Apptics

To start sending push notifications in Apptics, you must first complete the push notification setup. This involves authenticating the appropriate push notification service provider certificates with your app and later adding their details in the Apptics console. You need to upload the Firebase Cloud Messaging (FCM) credentials for Android apps and Apple Push Notification service (APNs) certificates for iOS apps. Once the necessary certificate details are provided for the package name/bundle ID, you can proceed to create and send push notifications to users. You can refer to our push notifications guide for detailed guidance.

A push notification contains many elements including text, media, action buttons, and much more. Usually, you would have to trigger them natively by sending the notification payload in your app code or using third-party tools. In Apptics, we have simplified and streamlined the process of creating a push notification in five simple steps.

1) Schedule


You start by providing a name to the push notification you are drafting for your reference. Then, you set the timing of the push notification. For the first phase of push notifications, you can either trigger the push notification immediately after publishing it or schedule the notification for a later date and time.

2) Audience



Define the target audience for the push notification by using filters and criteria.
  • Filters - Select at least one application ID to target your push notification. You can refine your audience further by filtering based on device type, model, app version, OS version, country, and user group. To measure the effectiveness of your notification, you can track the conversion rate by specifying a desired action you want users to take within the app after interacting with the notification.
  • Criteria - Set the criteria based on which you want your selected audience to receive push notifications. You can set the criteria pattern based on previous user activity (the events triggered or screens visited by your users) within a selected date range.
Notes
Note: The number of devices targeted for the notification based on the filters and criteria you apply in the Audience tab will be shown as the target device count.


Apart from selecting the audience for the notification, you can also analyze how effective it was amongst your users. You have an option as Conversion. It allows you to choose an event (that is already being tracked in Apptics for your app) and measure how many users have taken the desired action within your app after interacting with your notification.
Quote
Example: Say you send a notification for a webinar happening tomorrow. The desired action here would be for your users to register for the webinar after interacting with the notification. If the action of registering for an event from the app is tracked as an event in Apptics, you can select the same event to know how many users registered for the webinar after interacting with the push notification.
Notes

3) Content


After scheduling the notification and targeting your app users, you must provide the notification content. The content mainly includes the title, message, and image. If you have a desired action you want your users to take after interacting with the notification (of course!), you can provide the URL of the page/screen and redirect them.

4) Additional elements


Now that you have provided what needs to go in the notification, you can provide additional details to customize how the notification should appear and behave on the user's device. They include:
  • Sound to play while the notification is delivered
  • Notification payload
  • Increment app badge icon to notify unread notifications
You can also add some Android-specific elements like the notification channel, app icon, and app icon color that you can add to customize the notification appearance and sound.

5) Action buttons


The final step is to add interactive elements in the notification to encourage active user engagement. You can add a maximum of three action buttons and provide the associated details, such as:
  • Category name - It decides the notification type and action buttons that will appear. This applies only to iOS apps.
  • Action ID - A unique action ID to track user interaction associated with each action button.
  • Button label - The text is displayed on the action button.
  • Icon path - The file path of the image that will be used as the button icon.
  • Click action - The display name for the button icon.
While you create the notification and provide the necessary details, you can get a preview of the notification based on the entries you have provided so far.


Testing the push notification


In Apptics, you can test the notification once you select the timing, define your target audience, and provide the message for the notification. You can view the option to test the notification starting from the step to add content for your message.

You can test the notification on devices that are registered with APNs/FCM and have debug mode enabled in them. You can select the application ID and provide the device token, which will be available in Xcode/Android Studio for the test device. After testing the notification, what's next? Hitting the publishing button, of course!

Once you finish all the steps with the necessary details, save the notification as a draft for future iterations, test on devices, and finally publish when it is ready!

Monitoring the results


After creating push notifications, it is much more important to know if they have been successfully sent to your users. So once the notifications are triggered, you will be able to view the performance stats for the notification. They include:
  • Target count - The number of targeted devices for the notification.
  • Success count - The number of notifications that were sent successfully from the push notification service provider.
  • Failure count - The number of notifications that couldn't be delivered due to technical issues.
  • Received count - The number of notifications delivered to the user's device.
  • Opened count - The number of notifications that users opened and interacted with.
  • Conversion count - The number of times users took the desired action after interacting with your notification.
We have rolled out the push notification feature in its BETA phase, and it awaits enhancements in the future. Some of them include recurring notifications, user segments, and automation of push notification workflows. Stay tuned for interesting updates!

Cheers,
Team Apptics



        • Recent Topics

        • Zoho Projects API 100 requests/2 min. Limit

          Hi Requesting clarification on the API documentation. "You can invoke or call an API for 100 times in a span of two minutes. If you invoke more than 100 times, the particular API request will be locked for the next 30 minutes. " Does this limit apply
        • Integrate your Outlook/ Office 365 inbox with Zoho CRM via Graph API

          Hello folks, In addition to the existing IMAP and POP options, you can now integrate your Outlook/Office 365 inbox with Zoho CRM via Graph API. Why did we add this option? Microsoft Graph API offers a single endpoint to access data from across Microsoft’s
        • Zoho Projects - Attachments added to Task and Bug emails are not saved

          Hi Projects team, I have been experimenting with emails into projects to create tasks and bugs. I have noticed that attachments added to the emails are not saved to the task or bug. Is this normal behaviour? Thanks, Ashley
        • Zoho Inventory's latest shipping integration updates at a glance.

          Hello Users, We would like to share some important news about our latest improvements in the Shipping integration capabilities of Zoho Inventory that we achieved in 2024 with some of our major integration partners in key editions across APAC, North America,
        • Sorting a list of record acquired from the zoho.crm.searchRecords function.

          This is something for which I'm trying to figure out a straightforward way to do. The searchRecords does a great job fetching me the records that I want. However, in some cases, where it returns multiple records, I want it to sort the returned list by date of creation of that record, so that when I do records.get(0), I get the most recent record.  As an example, here's my sample pseudo code: records = zoho.crm.searchRecords("Clients", "Office_Number:equals:123456"); Now the "records" list above contains
        • Zoho Inventory Custom Field Update

          Hello All, In this post I am describing how can we Update the Custom Field Value in Zoho Inventory. // Get Org ID orgid = organization.get("organization_id"); // Field Value resvp = ifnull(item.get("purchase_rate"),null); // Record ID iid = item.get("item_id");
        • Alphabetically

          How can i arrange alphabetically - (Manage Manufacturer) Field in Item Master 
        • Can i set a default value for country and state in address field in zoho creator?

          Can i set a default value for country and state in address field in zoho creator?
        • Convert HTML to PDF & Send as Email Attachments in Zoho Creator (Deluge)

          This approach is useful for sending welcome letters, instructions, or promotional offers after order creation. // 1. Define the variables using the submitted input customerName = input.Customer_Name1; orderID = input.ID; customerEmail = input.Email_Address; //
        • Redirect after submission is not working after a few submission

          I have setup redirect url correctly and everything works as expected. However, it seems that there's a limit to the number of submissions before the redirect stops working. After the "limit" is reached, the page redirects to a seemingly zoho hosted page,
        • Enhancement Request for Multi-Asset Work Order Feature

          Hello Latha, Thank you for your continued support. The multi-asset Work Order feature is extremely helpful. I did some testing based on our requirements, and during the process, I noticed a few areas where we need your team’s support to improve the feature
        • Marketing Tip #8: Run limited-time offers

          Exclusive offers that don't last long make shoppers purchase right away instead of waiting. Run a flash sale or limited-time discount to convert interest into sales. Try this today: Set up a "Buy X Get Y" coupon in Zoho Commerce valid for a limited time
        • Add Option to Mass Dispatch by User

          Hello! We are using the dispatch console to dispatch service appointments to our service ressources. Right now, the process is our dispatcher verifies each ressource's route for the day and dispatches it after validation. Sadly, there doesn't seem to
        • Zoho Projects - Email notification relabelling of modules not present on default templates

          Hi Projects Team, I noticed that in the default email template notification, the word "bug" was not renamed to the lable I am using in my system. As many users may used the Bugs modules for various purposes including Changes, Revisions, Issues, etc...
        • Include the "Added Email ID" to the Filters of a Report

          Hi, With a Report and lots of entries, a normal thing is to filter entries by the submitter, but that is not included in the Auto Filter of Reports and you can't add a custom filter to a Report without specifying the actual value. I would like to be able
        • Loops in Deluge

          Hi, Can someone tell me how I do a simple loop in deluge? For example, if i have a variable "X" containing a number of loops to perform, i would like to perform an action X amount of times. X = 10; do while (Y < X){       // ... do something } to further explain, the equivalent in PHP of what i am trying to acheive would be: $X = 20; for($Y = 1; $Y < $X; $Y++ ){       // ... do something } Thanks
        • I am facing a problem with an if-else condition

          If I use if, else if, and else conditions in Deluge with the same variable name, sometimes the variable causes an error because the same variable name is present in every block
        • Zoho Projects - Reply by email to @ mentions posted on the Feed.

          When mentioning someone on the Feed (Status), it would be great if that mentioned person could reply to the email notification to update the Feed thread.
        • Product Updates in Zoho Workplace applications | October 2025

          Hello Workplace Community, Let’s take a look at the new features and enhancements that went live across all Workplace applications this October. Zoho Mail Create Signature from Compose window You can now effortlessly create a Signature using the Create
        • Subform data to Sheets

          I have been trying to setup a Zoho Flow automation to bring any Subform input to a Zoho Sheets but it seems impossible to post the subform entries to a Zoho Sheet. Is there any way to do it via Zoho Sheet API? https://www.zoho.com/sheet/help/api/v2/#CONTENT-Insert-row-with-JSON-data
        • Edit Contact Roles in the Potentials Mod

          New to ZOHO so I need some help. I work the same people on different projects concurrency. Their contact info remains the same but their role changes from project to project. In the Potential Mod you can pick contacts and assign a Role to them. I know
        • Is there a way to disable the Activity Reminders Pop-Up Window every time I log in?

          Just wondering if there is a setting to disable the window from opening every time I open my CRM? Thanks Chris
        • Rich-text fields in Zoho CRM

          Hello everyone, We're thrilled to announce an important enhancement that will significantly enhance the readability and formatting capabilities of your information: rich text options for multi-line fields. With this update, you can now enjoy a more versatile
        • Font Size 11 - Zoho CRM Email Templates

          Our company communicates with our vendors exclusively using Calibri Font Size 11, as this is the standard formatting for professional emails. Since the CRM only allows for the selection of font sizes 10 & 12, we have been unable to utilize the CRM email
        • Error 400 Booking

          Added a custom domain to Booking. Am Getting a SSL Error that has some other domain on the SSL and giving a 400 error. Followed instructions and it stated it verified our domain.. However it is not working. Please Help!
        • Zoho Projects - Email Notifications for Feed Updates

          Hi Projects Team, I'm working with a client who wants a simple way to communicate with their customers on projects. Getting the customer to add comments to Tasks or Bug records is not ideal, as we need a way which is easy with minimal training, and has
        • Zoho Analytics Export API

          Hi Team, I’m working on some integration tasks and wanted to confirm if it’s possible to retrieve a Zoho Analytics table as JSON data using a Deluge script. I’ve already stored my custom data from multiple sources and combined it into a single source.
        • Request to Remove LinkedIn Verification from My Emai

          I would like to submit a complaint regarding my Zoho Mail account. I previously used this email address to verify a LinkedIn account, but that LinkedIn account has now been closed. I need to remove or cancel the verification associated with the closed
        • Introducing the all-new email parser!

          Greetings, We are pleased to introduce to you, a brand-new, upgraded version of the Zoho CRM Email Parser, which is packed with fresh features and has been completely redesigned to meet latest customers needs and their business requirements. On that note,
        • Extracting Images from a Zoho Creator Report into a Pages

          If you’ve uploaded images in a form and can see them in your report, you might also want to display those same images inside a Page (custom HTML page). This is useful for dashboards, profile pages, or any place where images should be visible dynamically
        • Zoho is blocking emails I subscribe to from one sender

          About 4 months ago I stopped receiving newsletters that I subscribe to from @thedispatch.com. They tell me that zoho's server is blocking them. I've added them to my contacts list, but they're not even reaching my inbox. I don't know how to troubleshoot
        • Inactive Items - Make Less Prominent by Default

          Currently, when one marks an Item as "Inactive", it really doesn't do much of anything to hide it or get it out of the way. Search and reporting within Finance should, by default, hide inactive Items from standard reports, searches, etc. If one specifically
        • How to calculate GST based on "Ship To Address"

          We into the interior designing work, providing "Works Contract Services" to our clients across India. We are registered under GST in Maharashtra state. For works contract services as per the GST rule, we need to decide place of supply based on "Ship to
        • I NEED TO NUMBER TO TEXT NO HERE

          =NUMBERTEXT NEEED
        • Auto-fill New Row with Previous Row Values

          rowsize = input.Order_Items.count(); for each row1 in input.Order_Items { rowsize = rowsize - 1; if(rowsize == 1) { row.Door_Model = row1.Door_Model; row.Door_Color = row1.Door_Color; row.Materials = row1.Materials;
        • API question - adding a thread to an existing ticket

          Hi Is there an API function for the customer to add to an existing ticket thread? example, customer puts in new support ticket. support replies and ask for more details. customer replies with more details -what api function is used for this (will add record append to same ticket number?) Thanks
        • Calendar week view: Today + 6

          Is there anyway to have the calendar change dynamically based on the date? Due to the amount of events, we only display a week at a time, but towards the end of the week, we can no longer see ahead to next week (without changing it manually every time).
        • How to restrict user/portal user change canvas view

          Hi , I would like to restrict user / portal user change their canvas view because I hide some sensitive field for them. I dont want my user switch the canvas view that do not belong to them But seems Zoho do not provide this setting?
        • How to add to Subforms via Zapier with Zoho Writer?

          I have the following layout for a Zoho Writer Document. As you can see there is a repeating subform taking in "Items". I am trying to make a Zapier integration with it, and I can see there is 1 field saying: "Items", but it does not specify how I'm supposed
        • Contrôles administratifs granulaires : un atout pour la sécurité des e-mails

          La moindre erreur dans votre système de messagerie peut coûter très cher à votre entreprise, tant en argent qu’en conformité et en image de marque. Pour beaucoup d’organisations, ce risque est bien réel. Les e-mails véhiculent quotidiennement des informations
        • Next Page