-
Notifications
You must be signed in to change notification settings - Fork 0
Notification Channels
Nick edited this page Mar 8, 2026
·
1 revision
Dispatch can notify you of install, update, and removal events via email and Slack.
Go to Dispatch → Settings → Notifications in your WordPress admin.
Enter one or more email addresses (comma-separated). Dispatch sends notifications via wp_mail for:
- Project installed
- Project updated
- Project removed
- Site connected / disconnected
Each email includes the project name, version, acting user, and timestamp.
Paste an Incoming Webhook URL from your Slack workspace. Dispatch posts a message to your chosen channel for each event.
To create a Slack webhook:
- Go to api.slack.com/apps and create or open an app.
- Enable Incoming Webhooks and click Add New Webhook to Workspace.
- Choose your notification channel and copy the webhook URL.
- Paste it into Dispatch.
Example message:
✅ Dispatch: Hero Block updated to v12 by admin on Example Site
Choose which event types trigger notifications. For example, notify on installs and updates but not on disconnections.
Click Send Test Notification after saving to confirm everything is working before relying on it in production.