The problem
There is no easy way to notify your own systems when something happens in the farm.
Who it’s for
Sellers who want to connect farm events to their own scripts, dashboards or notifications.
What it does today
- Events: order received, assigned, completed and failed; print completed; printer fault
- HMAC-SHA256 signed payloads with a timestamp, so you can verify authenticity
- Retries with backoff and a request timeout
- Webhook secrets stored encrypted by the desktop app
Plan availability
Included on Pro (£15/month), Enterprise and VIP.
Limitations
- Webhooks are outbound local events and fire while the desktop app is running
- They notify your systems — they are not a way to control printers
Automation webhooks FAQs
Do automation webhooks work when the app is closed?
No. They are outbound local events from the desktop app, so the app must be running for them to fire.
Are the webhooks signed?
Yes. Each payload is signed with HMAC-SHA256 over a timestamp and the body, so your endpoint can verify it came from 3D Print Farm.
Related
See it in the app
Download the Windows beta and try automation webhooks with your own workflow. New accounts start on the Free plan.