Notifications
Discord Notifications
Printago can send real-time notifications about your print farm to Discord. Get instant updates about print completions, errors, and other important events right in your Discord channels.

Setup Steps
1. Create a Discord Webhook
- Open Discord and navigate to the server where you want notifications.
- Right-click the channel and select
Edit Channel
or click the⚙️
icon. - Click
Integrations
in the left sidebar - Click
Create Webhook
- Give your webhook a name (e.g. "Printago Notifications")
- Copy the webhook URL - you'll need this for Printago

Keep your webhook URL private! Anyone with this URL can post messages to your channel.
2. Configure Printago
- In Printago, go to
Settings
>Account
- Click
Configure
in the "Notifications" tile. - Paste your webhook URL
- Click
Enable
- Select which events you want notifications for:
- Job started
- Job succeeded
- Job cancelled
- Job failed
- Printer HMS error
- Printer HMS warning
- Printer offline
- Printer online
Webhook Notifications 💎
For advanced integrations, Printago supports custom webhook notifications that can send events to any HTTPS endpoint. Since webhook notifications require an API key, this feature is restricted to commercial accounts.
Setup Steps
- Set up an HTTPS endpoint on your server that can receive webhook notifications
- Configure your endpoint to accept POST requests
- Your endpoint should validate the
X-API-Key
header to ensure the request is from Printago. This key is a secret value that should be kept confidential - Enter your HTTPS endpoint URL in Printago and click "Enable" to start receiving notifications
Webhook Payload Format
When an event occurs, Printago will send a request to your webhook with the following:
- HTTP header:
X-API-Key
with the value you configured - JSON payload with event details in the request body
API Key Security
The API key is automatically generated for you, but you can customize it if needed. Remember to:
- Keep your API key confidential and secure
- You can change it at any time, but ensure any new key remains sufficiently strong (at least 32 characters)
- Update your webhook receiver if you change the key
Need help printing with Notifications? Join our Discord community or reach us at support@printago.io