Discord / Slack
Order notifications straight in your workshop’s chat — no Home Assistant, no HMAC signature. In Discord: Server Settings → Integrations → Webhooks → “New Webhook”, copy the URL. In Slack: create an Incoming Webhook in the workspace app settings. Paste that URL as a channel with the format “Discord” or “Slack” in Settings → Integrations → Developers — the whole secret is already baked into the URL, there’s nothing extra to sign.
// Discord — what actually lands in the channel
{
"embeds": [{
"title": "Статус заказа изменён",
"description": "Кронштейн — printing",
"color": 5209071,
"fields": [
{ "name": "Материал", "value": "PETG", "inline": true },
{ "name": "Принтер", "value": "CR-10 Mini #07", "inline": true }
]
}]
}
// Slack — what actually lands in the channel
{ "text": "*Статус заказа изменён*: Кронштейн — printing" }Questions about the integration — use 3D Print Pricing's regular support.Contact support