For the complete documentation index, see llms.txt. This page is also available as Markdown.

Integrations

Push delivery providers — APNs, FCM, Safari, and VAPID web push.

Where: Push → Integrations · /projects/<project>/push/integrations

A push integration is the delivery provider that actually sends your messages. Push supports seven providers: Apple Push Notification service (APNs), Firebase Cloud Messaging (FCM), Safari Push Notifications, Chrome Plugin Push, and VAPID web push for Chrome, Firefox, and Edge.

Push → Integrations.

What you can do here

The Push Service Integrations list shows each integration's Integration Name, Provider, Enabled state, and a Default badge (defaults are per environment — "Default for LIVE"). If several integrations are active but none is the default, a warning asks you to set one.

Add New Integration opens the provider picker; each provider has its own credentials form — see the provider pages. Opening an integration lets you edit it, enable / disable it, set it as default, test it (push tests need a human confirmation — you tap "I received the push" on your device), or delete it.

Creating an integration does not send anything by itself — it makes the provider available to templates, campaigns, and triggers.

Use it from code

Notifications → Push.

API reference

Endpoints: Get Push Integrations, Save Push Integration, Enable, Disable, Set as default, Test, Confirm delivery, Delete.

Last updated