Overview
Create a flow that posts a Slack message when a high-priority ticket is created.
Prerequisites
- Slack workspace connected in Integrations
- Agent Desk installed and receiving tickets
Permissions required
Steps (5)
-
1
Create a new flow
Open FlowForge → Flows → New. Name it “P1 ticket → Slack”.
Tips
—
Validation
- Draft flow appears in the list.
Success criteria
—
-
2
Add trigger: Ticket Created
From the palette, drag **Agent Desk → Ticket Created** onto the canvas. Save.
Tips
—
Validation
—
Success criteria
—
-
3
Filter to P1 only
Add **If/Else**. Condition: `ticket.priority == "P1"`.
Tips
- Use the payload preview to autocomplete fields.
Validation
—
Success criteria
—
-
4
Post to Slack
Add **Slack → Post Message** on the true branch. Channel: #incidents. Message template includes ticket id, subject, and assignee.
Tips
—
Validation
—
Success criteria
—
-
5
Publish to Staging and test
Switch the flow to **Staged** and simulate with a sample P1 payload.
Tips
—
Validation
—
Success criteria
- Slack message appears with correct fields.
About this guide
FlowForge is a no-code/low-code automation studio for the entire Velaxe workspace. Start from events like new tickets, chat handoffs, missed calls, payment failures, file uploads, cron schedules, or signed webhooks. Add conditions, transforms, and iterators, then run actions across Agent Desk, LiveConnect, PulseGate, VoiceLink, Chronicle, ActionDesk, PayStream, SecureStore, InsightLake, ProductCatalog, and popular third‑party apps.
Designed for reliability and safety, FlowForge ships with idempotent execution, retries with backoff, rate limits, approvals for sensitive steps, environments (Dev/Staging/Prod), rollouts, and detailed run logs. Metrics are exposed via Prometheus so SREs can set SLOs and alerts.