Skip to content

WordPress Plugin Setup

  1. Upload plugin files to your WordPress plugins directory.
  2. Activate the plugin from WordPress Admin.
  3. Open Settings -> Notificator Companion.

Fill these fields in plugin settings:

  • API Key: your wpnotif_... key of type WordPress (wordpress_server)
  • Monitoring Function URL: your deployed function URL

Example function URL:

https://public-api.notificator-project.com/.netlify/functions/wpnotif-api

In URLs to Monitor:

  • Site Name (friendly label)
  • URL (full URL)
  • Method (HEAD or GET)
  • Enabled (on/off)

Save settings.

  1. Click Send Test Notification.
  2. Open mobile app and verify notification appears.
  3. Open details and check payload fields.

The plugin signs requests automatically with timestamp/nonce headers. Keep server-side signature and nonce checks enabled in production.

  • Invalid API key: recreate and copy fresh key.
  • Key type mismatch: ensure plugin key type is wordpress_server (not public_client).
  • No push in mobile: verify device push is enabled in app settings.
  • URL checks failing: test monitor URL manually and try GET method.

Tune user preferences in App Settings Guide.