This article walks through how to build a guided onboarding experience that applies itself to the right tickets, emails the new hire a link, and progresses automatically as your team completes the work behind the scenes.
This guide pairs with the video above. Follow the video to see each click in context; use the steps below as your reference and for the few bits the video moves past quickly.
1Connect Journeys (one-time)
Before a journey can be applied to a ticket — whether you do it manually or a trigger does it automatically — the app needs to be connected.
- In the Journeys app, click Settings.
- Click Connect to Journeys and complete the connection.
2Create the Journey
- In Zendesk’s left-hand apps bar, click the Journeys icon.
- At the top of the app’s admin, click Journeys.
- On the far right, click Create Journey.
3Add a phase
A journey is made of phases, and each phase holds cards. You can’t add a card until a phase exists.
- At the bottom-left, click Add Phase and give it a name (e.g. Pre-onboarding setup).
4Add your cards
With a phase in place, click the Add Card button on the right and choose a card type. Every card has a title and description you fill in on the right; some have extra settings.
| Information | Plain text the new hire reads. Turn on Requires acknowledgement so they must tick to confirm they’ve read it. |
| Form | Collects Zendesk ticket fields when the new hire submits. Use the Search fields bar to find fields (e.g. Employee start date, Full legal name); selected fields list at the top, and you can toggle each one Required on the right. |
| Checklist | A simple list of items the new hire ticks off — just add your checklist items (Task 1, Task 2…). |
| Article | Like Information, but with rich text. Great for a step handled by your team (e.g. “Your new laptop”). |
For this example, add four cards: an Information welcome card, a Form card, a Checklist card, and an Article card titled “Your new laptop” (acknowledgement left off). When you’re done, click Save.
5Publish the Journey
A new journey starts as Not published and can’t be used until you publish it.
- Go back to your list of journeys in the app.
- On the far right of your journey, click the ⋯ (ellipsis) and choose Publish.
6Email the journey link when it starts
Send the new hire their personal journey link as a public comment the moment the journey starts. First grab the link by applying the journey to a test ticket, then add it to the journey’s action.
First, copy your journey link
Because you connected Journeys in Step 1 and published it in Step 5, you can now copy a ready-made link straight from a ticket — no need to build a URL by hand.
- Create a test ticket.
- In the apps pane on the right, open the Journeys app, click Apply journey, and select the journey you just created.
- Once it’s applied, click the Copy button to copy the journey link to your clipboard.
Then add it to the Journey started action
- Open your journey and click Journey settings (top right — next to Preview and Save).
- Under Actions, choose the Journey started event, then Add action.
- Pick Ticket updates → Add a comment, write your welcome message, and paste the link you copied.
- Save.
Optional — use a styled button instead of a bare link
It renders like this:
View your onboarding experience
Paste this HTML into the comment, and swap the highlighted link for the one you copied:
<a href="https://app.sweethawk.com/journeys/portal/your-subdomain/ticket/{{ticket.id}}" target="_blank"
style="display:inline-block;padding:12px 20px;background:#0a6fff;color:#ffffff !important;
text-decoration:none;border-radius:8px;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,
'Segoe UI',Arial,sans-serif;font-size:14px;line-height:1.2;box-shadow:0 2px 6px rgba(29,116,245,0.25);">
View your onboarding experience</a>
→ Replace the highlighted URL with the link you copied from the ticket.
7Start the journey automatically
Now make the journey apply itself when a new-hire ticket is raised.
- In your list of journeys, find the Trigger column and click Create trigger.
- Click the link that appears (top right) to open the trigger, then edit its conditions.
- Change it from the default tag condition to: when the ticket is Created and Form is New Hire Onboarding → Start journey. Save.
From now on, any New Hire Onboarding ticket automatically gets the journey — and the new hire automatically gets the email from Step 6.
8Auto-complete the laptop card when the sub-ticket is solved
Finally, tie the “Your new laptop” card to the real work, so it ticks itself off when IT finishes.
- Open the Tasks app and click into your task list.
- Click into the New starter laptop sub-ticket task.
- Under Actions, choose when this task is completed → Add action.
- Pick Journeys → Complete card, then select your journey, the phase, and the “Your new laptop” card. Update.
9Test it end to end
- Create a ticket using the New Hire Onboarding form — the task list and journey apply automatically, and the email goes out.
- As the new hire, open the email, click the link, log in, and complete the first few cards.
- As an agent, solve the “New starter laptop” sub-ticket.
- Watch the “Your new laptop” card complete automatically