SUMMARIZATION

Auto-Tag Closed Intercom Conversations by Theme

On each conversation close, classifies it into a standard theme taxonomy and writes the theme back as an Intercom tag so reporting and clustering stay consistent.

CategorySummarization
Enginesim
Difficultyintermediate
Triggerevent
Steps5
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerIntercom conversation closedIntercomIntercom
  • ActionFetch transcript and existing tagsIntercomIntercom
  • ActionClassify into theme taxonomyOpenAI
  • LogicBranch on classification confidence
  • OutputApply theme tag to conversationIntercomIntercom

What it does

It keeps your theme taxonomy clean at the source. When a conversation closes in Intercom, the flow classifies its content against your defined theme list and writes the matching theme back onto the conversation as a tag. Over time every conversation carries a consistent label, so downstream clustering and reporting are accurate without manual tagging.

When to use it

Use it when agents forget or mislabel tags and your weekly theme reports drift as a result. It enforces a single taxonomy in real time rather than reconstructing themes after the fact.

How it works

  1. 1An Intercom conversation-closed event triggers the run.
  2. 2Fetch the full conversation transcript and existing tags.
  3. 3An OpenAI step classifies the transcript into one or more themes from your fixed taxonomy.
  4. 4Branch: if confidence is below threshold, route to a human-review queue instead of auto-tagging.
  5. 5Apply the chosen theme tag(s) back onto the Intercom conversation.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect IntercomConversations, contacts, articles.
  2. 2
    Connect OpenAIModels, embeddings, files.
  3. 3
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  4. 4
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  5. 5
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.