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.
What You Can Do Here
Section titled “What You Can Do Here”- 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
Choose Your Path
Section titled “Choose Your Path”I use WordPress
Section titled “I use WordPress”- Read Complete Workflow
- Follow WordPress Plugin Setup
- Optional: Create an account in the mobile app
- Optional: Create an API key for connected delivery
I administer Strapi
Section titled “I administer Strapi”- Install and configure Notificator for Strapi
- Create a local activity rule for an application content type
- Optional: Create an API key for the Notificator inbox, push, email, or MQTT
- Optional: configure MQTT Broker Setup for connected devices
I am a developer
Section titled “I am a developer”- Start with Quick Start
- Use Code Samples
- For a managed Strapi integration, read Strapi Extension Setup
- For WordPress integrations, read WordPress Custom Events
- Review Public Notify API
Public API Endpoint
Section titled “Public API Endpoint”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.
Need Full Technical Overview?
Section titled “Need Full Technical Overview?”Continue with Quick Start, Code Samples, and Public Notify API for endpoint behavior and implementation details.