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
  • Optionally connect mobile push and MQTT delivery
  • Use the Notificator mobile app on iOS and Android
  • 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 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 a managed Strapi integration, read Strapi Extension Setup
  4. For WordPress integrations, read WordPress Custom Events
  5. 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.