Skip to content

🔔 Print Notification Webhooks

OctoEverywhere's realtime notification engine can be extended with custom webhooks! Webhooks allow OctoEverywhere to send instant notifications to any HTTP endpoint you specify.

What Can You Do With WebHooks?

With little effort and technical knowledge, your imagination is the limit! You could...

  • Play the Mario Kart "race start" sound anytime you begin a print.
  • Ring a siren and flash lights when Gadget detects a print failure.
  • Make your Emo dance when a print completes successfully.
  • Tweet realtime print progress and full-resolution snapshots as you're printing.

Note

What can you come up with? Share your creations on our Discord server!

POST Responses And Constraints

Your webhook should return HTTP 200 OK. If your webhook fails too many times in a row, the webhook will be disabled. You can setup the webhook again on the notification page.

The HTTP request will timeout in 10 seconds. Your endpoint must return a 200 OK before the timeout or the request will be considered a failure.

If you have any issues, questions, or feature requests, reach out to our development team. We would love to hear from you!