Skip to content

Welcome to Notificator Project Docs

Welcome to the Notificator Project documentation.

This docs site helps both non-technical users and developers complete setup and send notifications successfully.

  • Set up local WordPress dashboard notifications without an account or API key
  • Create local Strapi activity rules or connect Strapi to the Notificator inbox
  • Send trusted Astro server events and optional successful-build alerts
  • Optionally connect mobile push and MQTT delivery
  • Create an account and API keys in the web dashboard (beta) or mobile app
  • Read connected notifications and monitor devices from your browser
  • Use the iOS app for mobile push; see the mobile app page for platform availability
  • Connect supported open-source Notificator devices
  • Install and configure Notificator Base and the Touch 3.49 preview
  • Configure app behavior and notification routing
  • Implement API calls with tested request examples
  1. Read Complete Workflow
  2. Follow WordPress Plugin Setup
  3. Optional: Create an account in the web dashboard or mobile app
  4. Optional: Create an API key for connected delivery
  1. Install and configure Notificator for Strapi
  2. Create a local activity rule for an application content type
  3. Optional: Create an API key for the Notificator inbox, push, email, or MQTT
  4. Optional: configure MQTT Broker Setup for connected devices
  1. Start with Quick Start
  2. Use Code Samples
  3. For Astro, use the dedicated Astro Integration
  4. For other Node.js backends, use the Node.js SDK
  5. For a managed Strapi integration, read Strapi Extension Setup
  6. For WordPress integrations, read WordPress Custom Events
  7. Review Public Notify API

POST https://api.notificator-project.com

This endpoint is for custom integrations using a public_client key. The WordPress plugin and Strapi extension use dedicated wordpress_server and strapi_server keys with the separate signed server-delivery service automatically; administrators do not need to call that service directly.

Continue with Quick Start, Code Samples, and Public Notify API for endpoint behavior and implementation details.