Unified web and app push. One API. Five SDKs.
Native SDKs for Web, iOS, Android, Flutter, and React Native — one subscriber profile across every surface. Wire it once; retention ships without another ticket.
مبني على البنية التحتية بواسطة:
// one snippet on your site — then the JS API
_peq.push(['add-to-segment', ['vip']]);
// fire the trigger — the campaign handles the rest
_peq.push(['send-trigger-event', {
campaign: 'cart_abandoned',
data: { product: 'Aeron Chair', value: 1041 },
}]);
Output · delivered to 4,182 subscribers
هل ما زلت تفكر في الأمر؟
Your Aeron Chair ships free tonight.
// once, at launch
PushEngage.setAppId(key: "YOUR_APP_ID")
PushEngage.requestNotificationPermission { granted, _ in }
// anywhere in your app
PushEngage.addSegments(["vip"])
PushEngage.sendTriggerEvent(triggerCampaign: cartAbandoned)
Output · delivered on lock screen
عربتك في انتظارك
Aeron Chair — 20% off for 1 more hour.
// once, in your Application class
PushEngage.setAppId(this, "YOUR_APP_ID")
PushEngage.requestNotificationPermission()
// anywhere in your app
PushEngage.addSegment("vip")
PushEngage.sendTriggerEvent(cartAbandoned)
Output · delivered in the tray
عربتك في انتظارك
Aeron Chair — 20% off for 1 more hour.
// once, at startup
await PushEngage.setAppId('YOUR_APP_ID');
await PushEngage.requestNotificationPermission();
// anywhere in your app
await PushEngage.addSegment('vip');
await PushEngage.sendTriggerEvent(cartAbandoned);
Output · delivered on both stores
عربتك في انتظارك
Aeron Chair — 20% off for 1 more hour.
import PushEngage from '@pushengage/react-native-sdk';
PushEngage.setAppId('YOUR_APP_ID');
await PushEngage.requestNotificationPermission();
PushEngage.addSegment('vip');
PushEngage.sendTriggerEvent(cartAbandoned);
Output · one codebase, both platforms
عربتك في انتظارك
Aeron Chair — 20% off for 1 more hour.
فرق الاحتفاظ في العلامات التجارية التي تشحن على نطاق واسع - تجارة التجزئة · البيع المباشر للمستهلك · السفر · الألعاب
PushEngage MCPNEW
Connect once. Then just ask for the campaign.
The PushEngage MCP server gives Claude, Cursor, and any MCP-compatible agent real hands on your account: segments, campaigns, A/B tests, analytics. You describe the outcome. It does the clicking.
Install with one command
Add the command below to your MCP client’s server config — Claude Desktop, Claude Code, or Cursor. Node.js 18+ is all it needs.
npx -y @pushengage/mcpSign in once in your browser
First run opens a secure PushEngage sign-in. No API keys to paste — your token never travels in a URL and stays in a local file only your user can read.
How sign-in worksAsk for your first campaign
Try: “Send tonight’s flash-sale push to the VIP segment.” Works in Claude, Claude Code, Cursor, Windsurf, and any MCP client.
Read the MCP docsClaude · connected to PushEngage
Building the segment and scheduling both variants now.
Done. 4,182 subscribers queued: variant A “Still thinking it over?” vs. variant B “Your cart misses you.” I’ll pull the click-through numbers for you tomorrow.
Result
هل ما زلت تفكر في الأمر؟
Your cart ships free today only.
يعمل مع مساعدك الذكي المفضل
القنوات
صلهم حيث يتواجدون بالفعل.
منصة واحدة. أربع قنوات. كل عميل يتم مقابلته على السطح الذي يجيبون عليه بالفعل.
دفع الويب
Chrome، Edge، Safari، Firefox — لا يتطلب تثبيتًا. مباشر إلى شاشة القفل ودرج الإشعارات، حتى عند إغلاق علامة التبويب.
إشعار التطبيق
نظام iOS الأصلي، Android، Flutter، React Native. معتمد من خدمة Apple Push Notification و Firebase Cloud Messaging.
واتساب للأعمال
محادثات مشغلة على سطح المراسلة الذي يفتحه عملاؤك بالفعل كل يوم.
عناصر واجهة دردشة خالية من صندوق الوارد
مطالبات محادثة على الموقع تلتقط النية في اللحظة التي تحدث فيها — لا يوجد صندوق وارد للموظفين، لا يوجد تسليم دعم، لا توجد قائمة بريد إلكتروني للمتابعة.
Native SDKs
منصة قابلة للتركيب — بناها فريق التسويق، ومددها المطورون.
سير عمل بالسحب والإفلات للفريق الذي يدير الاحتفاظ بالعملاء. خمسة حزم تطوير أصلية (SDKs) - الويب، iOS، Android، Flutter، React Native - للفريق الذي يقوم بشحن المنتج.
حزمة تطوير الويب (SDK)
أضف مقتطفًا. Chrome، Edge، Safari، Firefox - سطح المكتب والجوال. لا يتطلب تثبيتًا أصليًا، ولا مراجعة لمتجر التطبيقات.
حزمة تطوير برامج iOS
مكتبة Swift مع تسليم خدمة Apple Push Notification، الوسائط الغنية، أزرار الإجراءات، الروابط العميقة، وتتبع الأحداث التفصيلي.
حزمة تطوير برامج Android
مكتبة Kotlin / Java مع تسليم Firebase Cloud Messaging، الإشعارات الغنية، أزرار الإجراءات، ودفعات البيانات الصامتة.
إضافة Flutter
قاعدة كود Dart واحدة، دفع أصلي على iOS و Android. تكامل واحد، تم شحن منصتين.
حزمة تطوير برامج React Native
جسر JavaScript للدفع الأصلي على iOS و Android. يعمل مع Expo وسير العمل القياسي مباشرةً.
واجهة برمجة تطبيقات كاملة ووثائق
مرجع واجهة برمجة تطبيقات REST، حزم تطوير جانب الخادم، تقسيم، مشغلات، خطافات ويب - كل ما يحتاجه فريق الهندسة.
Quickstart
Five steps from install to your first conversion event.
Every SDK follows the same shape: install, initialize with your App ID, identify the subscriber, wire your triggers, measure revenue. One afternoon, every platform.
Platform features
Every campaign type, triggerable from your code.
Everything the dashboard does — campaign types, rich media, goal tracking, campaign analytics — is the same engine your SDK events and API calls drive. Wire the trigger; marketing owns the rest.
توسيع فريق المشتريات الخاص بك سيوافق عليه
١٠٠ مليار+
تم تسليم الإشعارات عبر 150 دولة بنسبة 99.99٪ من وقت التشغيل. متوافق مع اللائحة العامة لحماية البيانات وقانون خصوصية المستهلك في كاليفورنيا. مصمم لمراجعة الأمان التي ستحتاج إلى اجتيازها.
مصمم لمكدسك
Native integrations for the stack you already run.
First-party plugins and apps — not middleware. Events flow from your platform into PushEngage workflows with no glue code to maintain.
HubSpot
إجراءات سير العمل · خطافات الويب · مزامنة ثنائية الاتجاه
Trigger a PushEngage workflow from any HubSpot event. Contact hits a lifecycle stage, deal closes, form submits — push fires across web and app in seconds.
Shopify Plus
تجارة متعددة القنوات
Cart + browse abandonment, price-drop, back-in-stock — prebuilt for Shopify events, live in minutes.
See the Shopify app →
WooCommerce
إضافة أصلية · استعادة سلة التسوق
ووردبريس
إضافة رسمية · أكثر من 400 ألف تثبيت
ماجنتو
Adobe Commerce
PrestaShop
متجر مفتوح المصدر
Wix
منشئ مواقع · إعداد بنقرة واحدة
Zapier
أكثر من 5000 تطبيق · مشغلات بنقرة واحدة
Chrome extension
Push from the page you’re already on.
The PushEngage extension lives in your browser toolbar. It reads the page in front of you, drafts the notification, and ships it, so the moment you spot a reason to push, you push.
شاهد لحظة. أرسل إشعار دفع.
A new product page goes live. A price drops. A story breaks. Open the extension on that tab and it drafts the notification from what’s on screen, picks the right segment, and sends, before the moment cools off.
Three drafts, on brand.
Every page yields three notification variants written in your voice. Pick one, tweak if you like, send.
Tracking, pre-filled.
UTM and campaign parameters are filled in before you ever see the send button. Attribution survives the shortcut.
Pairs with the MCP for the heavy lifting.
Ship the one-off from the extension. Hand the recurring work — segments, A/B tests, weekly reporting — to your agent over the PushEngage MCP. Same account, same analytics, two speeds.
Free plan · No credit card · Live in minutes
Ship your first push today. Scale when it pays.
Every plan includes all five SDKs, the REST API, and the full workflow builder. Integrate this afternoon, watch the first recovered conversion land this week.