🎫 Automate Marker.io issues to Zendesk support tickets with full technical context

⚑ 329 views · 🎫 Ticket Management & Triage

Description

Automatically create Zendesk tickets with full technical context when your team receives new Marker.io issues

🎯 What this template does

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

When an issue is reported, the workflow:

✨ Benefits

πŸ’‘ Use Cases

πŸ”§ How it works

  1. n8n Webhook receives Marker.io issue data
  2. Format and extract relevant information from the payload
  3. Create/update user in Zendesk with reporter details
  4. Create ticket with the title and issue description
  5. Add internal comment with screenshot, 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 Zendesk credentials:

    • Generate an API token from Zendesk Admin Center β†’ Apps and integrations β†’ APIs β†’ Zendesk API
    • Add credentials to all three HTTP Request nodes
    • Update your subdomain in the URLs (replace [REPLACE_SUBDOMAIN] with your subdomain)
  4. Customize fields (optional):

    • Update the custom field ID in β€œCreate Ticket” node if you want to store Marker ID
    • Modify tags to match your workflow
    • Adjust priority mapping if needed
  5. Test the integration:

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

πŸ“Š Data Captured

Customer-facing ticket includes:

Internal comment includes:

β†’ Read more about Marker.io webhook events

πŸ”— Nodes Used

HTTP Request, Webhook

πŸ“₯ Import

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

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