push-notification-tester

Test VoIP push notification delivery for iOS and Android via APNs and FCM.

3|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill push-notification-tester-team-telnyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: push-notification-tester
Source: https://github.com/team-telnyx/telnyx-toolkit/tree/main/tools/push-notification-tester
Command: npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill push-notification-tester-team-telnyx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @parse/node-apn, axios, google-auth-library, and includes scripts (resource) components.

What problem does it solve?

This Skill helps developers and QA engineers ensure that VoIP push notifications are correctly configured and delivered to their iOS and Android applications.

Core Features & Use Cases

  • iOS APNs Testing: Send test push notifications to iOS devices using provided APNs certificates and tokens.
  • Android FCM Testing: Send test push notifications to Android devices using Firebase Cloud Messaging (FCM) service account credentials.
  • Use Case: Debugging why a user isn't receiving incoming call notifications on their mobile app by sending a test push and verifying device reception.

Quick Start

Use the push-notification-tester skill to send an iOS push notification to the specified device token using the provided certificate and key.

Frequently Asked Questions about push-notification-tester

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test VoIP push notifications for my mobile app?

To test VoIP push notifications, you can use this Skill to send test payloads to iOS and Android devices. It validates device reception by leveraging your existing APNs certificates and Firebase Cloud Messaging credentials.

Why does my iOS device fail to receive VoIP push notifications?

Your iOS device may fail to receive VoIP push notifications due to incorrect APNs certificate or token setup. This Skill helps debug delivery failures by validating your Apple Push Notification Service configuration and verifying device reception.

Can I test Firebase Cloud Messaging push delivery for Android?

Yes, you can test Firebase Cloud Messaging push delivery for Android. The Skill sends test notifications using your FCM service account credentials to verify configuration and confirm successful device reception.

What do I need to send a test push notification to an iOS device?

To send a test push notification to an iOS device, you need your APNs certificate, private key, and the specific device token. The Skill uses these inputs to authenticate with Apple Push Notification Service and deliver the payload.

Does this push notification tester work with Telnyx WebRTC applications?

Yes, this push notification tester is designed specifically for Telnyx WebRTC applications. It tests VoIP push notification delivery to ensure incoming call alerts properly reach iOS and Android mobile clients.