Step-by-step: Auto-reply with assignee name (Solution)
1) Create the message template
- Settings → Company (or Workspace) → Message templates → New template.
- Name it: Assignment confirmation (with assignee).
- Body (copy / paste):
Text in template “Your ticket has been created and assigned to {{conversation.custom.assignee_name}}. They’ll be in touch shortly.”
{{conversation.custom.assignee_name}} is the variable that populates the name of the Assignee
2) Create the custom fields
- Settings → Company / Custom Fields / Conversations.
- Create conversation custom field / Name: Assignee Name, Type: Text
3) Create the rule that fires after assignment
- Settings → Company → Rules → Create rule.
- Name the rule: Auto-reply Assignment.
4) Trigger (When)
- Choose When Inbound message is received.
5) Condition(s) (If)
- Conversation is in (Select Inbox).
6) Action(s) (Then)
- Assign to (Teammates)
- Update Custom Field ( Update/conversation/ (custom field created in step 2), Value to: Assignee Name
- Reply: Once Using: (Select template created in step 1)