🎫 Automate Marker.io issues to Intercom conversations with full technical context

⚑ 276 views · 🎫 Ticket Management & Triage

Description

Automatically create Intercom conversations with full technical context when your team receive new Marker.io issues

🎯 What this template does

This workflow creates a seamless bridge between Marker.io and Intercom, your customer support platform. Every issue submitted through Marker.io’s widget automatically becomes a trackable conversation in Intercom, complete with technical details and visual context. Centralizing customers issues in Intercom helps your support agents continue the conversation right where they work every day.

When a bug is reported, the workflow:

✨ Benefits

πŸ’‘ Use Cases

πŸ”§ How it works

  1. n8n Webhook receives Marker.io bug report data
  2. Format and extract relevant information from the payload
  3. Create/update contact in Intercom with reporter details
  4. Start conversation with the Title and Bug description
  5. Add internal note with full technical context and Marker.io links for the support agent

The result is a perfectly organized support ticket that your team can act on immediately, with all the context they need to reproduce and resolve the issue.

πŸ“‹ Prerequisites

πŸš€ Setup Instructions

  1. Import this workflow into your n8n instance

  2. Configure the Webhook:

    • Copy the test/production webhook URL after saving
    • Add to Marker.io: Workspace Settings β†’ Webhooks β†’ Create webhook
    • Select β€œIssue Created” as the trigger event
  3. Set up Intercom credentials:

    • Create an Intercom app or use existing API credentials from the Intercom Develper Hub
    • Add credentials to both HTTP Request nodes
    • Update the admin_id in the β€œAdd Internal Note” node with the id of one of your intercom admin
  4. Test the integration:

    • Create a test issue in Marker.io
    • Verify the conversation appears in Intercom
    • Check that all data transfers correctly

πŸ“Š Data Captured

Customer-facing message includes:

Internal note includes:

β†’ Read more about our webhook events

πŸ”— Nodes Used

HTTP Request, Webhook

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup