Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@ CRON_SECRET="generate-with-openssl-rand-base64-32"
# Min 16 chars; recommend `openssl rand -base64 32`.
INVOICE_INGEST_SECRET=""

# Bearer token for POST /api/license-requests/ingest (spec 032 — license request automation).
# Power Automate calls this endpoint when a Microsoft Form is submitted.
# Min 16 chars; recommend `openssl rand -base64 32`.
LICENSE_REQUEST_INGEST_SECRET=""

# Microsoft Graph (spec 032) — Entra app registration filed in IT-112678.
# Needed for outbound channel replies + group chat messages from the Hub to Teams.
# Required permissions: ChannelMessage.Send, ChatMessage.Send (application, admin-consented).
# If any of these are unset, the Hub will skip Graph posts gracefully — the request
# state machine still works, but Teams notifications won't go out.
GRAPH_TENANT_ID=""
GRAPH_CLIENT_ID=""
GRAPH_CLIENT_SECRET=""

# Resend (transactional email service for invite emails)
RESEND_API_KEY="re_xxxxxxxxxxxxx"
# Sender email address (must be verified in Resend dashboard)
Expand Down
225 changes: 225 additions & 0 deletions specs/032-automation-workflow/implementation-notes.html

Large diffs are not rendered by default.

947 changes: 947 additions & 0 deletions specs/032-automation-workflow/implementation-plan.html

Large diffs are not rendered by default.

1,298 changes: 1,298 additions & 0 deletions specs/032-automation-workflow/mockups.html

Large diffs are not rendered by default.

723 changes: 723 additions & 0 deletions specs/032-automation-workflow/proposals.html

Large diffs are not rendered by default.

Loading
Loading