🎫 Automate Marker.io issues to ServiceNow incidents with full technical context

198 views · 🎫 Ticket Management & Triage

Description

Marker.io to ServiceNow Integration

Automatically create ServiceNow incidents with full technical context when bugs are reported through Marker.io

🎯 What this template does

This workflow creates a seamless bridge between Marker.io and ServiceNow, your IT service management platform. Every issue submitted through Marker.io’s widget automatically becomes a trackable incident in ServiceNow, complete with technical details and visual context. This ensures your IT team can track, prioritize, and resolve bugs efficiently within their existing ITSM workflow.

When a bug is reported, the workflow:

✨ Benefits

💡 Use Cases

🔧 How it works

  1. N8N Webhook receives Marker.io bug report data
  2. JavaScript node formats and extracts relevant information
  3. ServiceNow node creates incident with formatted details
  4. Incident includes title, description, reporter info, and technical metadata
  5. Links preserved to both public and private Marker.io views

The result is a fully documented ServiceNow incident that your IT team can immediately action, with all the context needed to reproduce and resolve the issue.

📋 Prerequisites

🚀 Setup Instructions

  1. Import this workflow into your n8n instance
  2. Configure the Webhook:
    • Copy the production webhook URL after saving
    • Add to Marker.io: Workspace Settings → Webhooks → Create webhook
    • Select “Issue Created” as the trigger event
  3. Set up ServiceNow credentials:
    • In n8n, create new ServiceNow credentials
    • Enter your ServiceNow instance URL
    • Add username and password for a service account
    • Test the connection
  4. Customize field mappings (optional):
    • Modify the JavaScript code to map additional fields
    • Adjust priority mappings to match your ServiceNow setup
    • Add custom field mappings as needed
  5. Test the integration:
    • Create a test issue in Marker.io
    • Verify the incident appears in ServiceNow
    • Check that all data transfers correctly

📊 Data Captured

ServiceNow Incident includes:

🔄 Workflow Components

→ Read more about Marker.io webhook events

🚨 Troubleshooting

Webhook not triggering:

ServiceNow incident not created:

Missing or incorrect data:

JavaScript errors in Format node:

Connection issues:

Testing tips:

🔗 Nodes Used

Webhook, ServiceNow

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup