Back to User Guide

Creating Macros

Build reusable response templates to speed up your workflow.

What Are Macros?

Macros are pre-built responses that can:

  • Insert templated text
  • Perform actions (status changes, tags, assignments)
  • Combine text + actions in one click

Creating a Macro

Step by Step

  1. Go to Settings → Macros
  2. Click + New Macro
  3. Enter a name
  4. Build your macro content
  5. Add any actions
  6. Save

Quick Create from Ticket

  1. Write a response in a ticket
  2. Click Save as Macro (dropdown)
  3. Name your macro
  4. Done!

Macro Components

Text Content

Write your response template:

Hi {{customer.first_name}},

Thank you for reaching out. I'm happy to help with your question about {{ticket.subject}}.

[Your response here]

Best regards,
{{agent.first_name}}

Actions

Macros can perform these actions:

ActionDescription
Set StatusChange to Open, Pending, Resolved, Closed
Set PriorityChange to Low, Medium, High, Urgent
AssignAssign to specific agent or team
Add TagsApply one or more tags
Remove TagsRemove specific tags

Variables

Insert dynamic content using variables:

Customer Variables

VariableOutput
{{customer.first_name}}John
{{customer.last_name}}Smith
{{customer.email}}john@example.com
{{customer.name}}John Smith

Ticket Variables

VariableOutput
{{ticket.id}}#12345
{{ticket.subject}}Order question
{{ticket.status}}Open
{{ticket.priority}}High

Agent Variables

VariableOutput
{{agent.first_name}}Sarah
{{agent.last_name}}Jones
{{agent.email}}sarah@company.com

Organization Variables

VariableOutput
{{org.name}}Acme Inc
{{org.support_email}}support@acme.com

Organization vs Personal

Personal Macros

  • Only you can see and use them
  • Good for your own workflow shortcuts
  • Created by default

Organization Macros

  • Available to entire team
  • Ensures consistent responses
  • Requires admin permissions

To make a macro organizational:

  1. Edit the macro
  2. Toggle Share with organization
  3. Save

Categories

Organize macros into categories:

  • Greetings: Opening messages
  • Closings: Sign-off templates
  • Common Issues: Frequent problem responses
  • Policies: Policy explanations
  • Escalation: Handoff templates

Create categories in Settings → Macros → Manage Categories.


Best Practices

  1. Name clearly: Use descriptive names like "Refund - Approved" not "Macro 1"
  2. Use variables: Make responses feel personal
  3. Keep current: Review macros quarterly for outdated info
  4. Organize: Use categories to find macros quickly
  5. Combine wisely: Don't overload with too many actions

Back to Macros | Using Macros →