Skip to main content
Follow this path for a working Replied setup.
1

Create your workspace

Open replied.dk/signup, pick a plan, add company details, and finish checkout.
2

Activate your account

Open the activation email, set your password, then sign in at app.replied.dk.
3

Invite your team

Add teammates from the team area. Assign roles before you route live customer messages.
4

Create a category

Add at least one category, such as Sales, Support, or Billing.
5

Connect your website

Use the widget for a fast setup, or send JSON to the API from an existing form.
6

Send a test message

Submit a test form and confirm the message appears in the dashboard.

Fast API test

curl -X POST https://www.replied.dk/api/v1/submit/YOUR_API_KEY \
  -H "Content-Type: application/json" \
  -d '{"name":"Test User","email":"test@example.com","message":"This is a test message."}'
A successful request returns success: true and creates a dashboard message.

Next steps

Core concepts

Learn the main objects in Replied.

Create forms

Connect an existing form to Replied.