Getting Started
Getting Started with DeskFork
Section titled “Getting Started with DeskFork”DeskFork is a Cloudflare-native customer support platform. This guide walks you through creating your first workspace, connecting an inbox, and handling your first ticket.
Prerequisites
Section titled “Prerequisites”- An DeskFork account — sign up free
- A domain you own (for email routing) or just a browser (for web chat)
Step 1 — Create a workspace
Section titled “Step 1 — Create a workspace”After signup, you are prompted to create a workspace. A workspace is the top-level container for your team, inboxes, and tickets.
Workspace name: Acme SupportWorkspace slug: acme (used in API paths and tracking URLs)Time zone: Asia/SeoulStep 2 — Connect your first inbox
Section titled “Step 2 — Connect your first inbox”Go to Settings → Inboxes → Add inbox and choose a channel:
| Channel | Auth required | Notes |
|---|---|---|
| Cloudflare Email Routing | Point an MX record at route.deskfork.com | |
| Web chat widget | None | Copy the <script> tag into your site |
| Webhook (custom) | HMAC signing secret | Send POST to your inbox endpoint |
Step 3 — Invite your team
Section titled “Step 3 — Invite your team”Go to Settings → Team → Invite. Roles available:
| Role | Can do |
|---|---|
owner | Full admin including billing and workspace deletion |
admin | Manage inboxes, agents, SLA policies |
agent | Handle tickets, write comments, assign tickets |
viewer | Read-only access to tickets and reports |
Step 4 — Handle your first ticket
Section titled “Step 4 — Handle your first ticket”- A customer emails your support address → DeskFork creates TKT-0001
- The ticket appears in Inbox → Unassigned
- Click the ticket → assign to yourself → write a reply
- Close the ticket when resolved
Next steps
Section titled “Next steps”- API Quickstart — integrate DeskFork with your own systems
- SLA Policies — set response-time targets per channel
- AI Triage — configure the virtual agent and escalation rules
- Web Chat Widget — embed live chat with Turnstile spam protection