Skip to main content

Labels

Labels are tags you apply to conversations for categorization, filtering, and routing. They appear in the Inbox sidebar and can be used in workflow conditions and actions.

Creating a label

  1. Go to Settings > Inbox > Labels.
  2. Click Create Label.
  3. Configure:
FieldDescription
LabelThe name (e.g., “Shipping Issue”, “VIP”, “Refund Request”).
DescriptionOptional description for your team. Also used by the AI Label workflow action to understand what this label represents, so write a clear description.
IconVisual icon for the label.
PriorityDefault priority for conversations with this label (Low, Medium, High, Critical). When the AI Label action applies this label, the conversation’s priority is automatically set to this value.

Using labels

  • Manual: Add labels to any conversation from the Inbox.
  • Workflows: Use the Add label or AI Label action in workflows to auto-tag conversations.
  • Filtering: Filter the Inbox by label to see only relevant conversations.
  • AI Labeling: The AI Label workflow action uses AI to read the conversation and automatically apply the most fitting label from your defined labels. The AI uses the label name and description to decide which label best matches the conversation.
  • Dashboard: Label distribution is shown on the Dashboard, giving you insight into what customers are contacting you about.

Label-based routing

A common pattern is combining AI labeling with workflow routing:
  1. Create labels for your categories (e.g., “Orders”, “Shipping”, “Returns”, “Product Questions”).
  2. Create a workflow with the AI Label action to auto-categorize conversations.
  3. Create additional workflows that route based on labels (e.g., “Orders” label assigns to Orders Team).

Macros

Macros are reusable message templates that your team (or workflows) can send in one click. They support dynamic variables that get replaced with real customer data at send time.

Creating a macro

  1. Go to Settings > Inbox > Macros.
  2. Click Create Macro.
  3. Give it a title (e.g., “Order Acknowledgment”, “Shipping Delay Apology”).
  4. Write your template using the rich text editor.
  5. Insert variables using the variable picker (Mod+Alt+V).

Available variables

VariableReplaced with
customer.nameFull customer name
customer.firstNameFirst name
customer.lastNameLast name
customer.emailEmail address
customer.phonePhone number
customer.addressMailing address
order.nameOrder number/name

Example macro

Template:
Hi {customer.firstName},

Thanks for reaching out! I'm looking into your inquiry about
order {order.name} and will get back to you shortly.

Best,
The Support Team
Sent as:
Hi Sarah,

Thanks for reaching out! I'm looking into your inquiry about
order #1234 and will get back to you shortly.

Best,
The Support Team

Using macros

  • In the Inbox: Click the macro button when composing a reply to insert a template. You can edit the text before sending.
  • In workflows: Use the Send macro message action to automatically send a macro when conditions are met. The macro is sent through the appropriate channel (storefront, email, Instagram, or Facebook).
Macros are great for common responses: acknowledgments, shipping delays, return instructions, out-of-office messages, etc. They save time and keep messaging consistent across your team.