⚡ Convert URL-encoded webhook data from amoCRM to structured array

425 views · ⚡ Personal Productivity

Description

This template processes webhooks received from amoCRM in a URL-encoded format and transforms the data into a structured array that n8n can easily interpret. By default, n8n does not automatically parse URL-encoded webhook payloads into usable JSON. This template bridges that gap, enabling seamless data manipulation and integration with subsequent processing nodes.

Key Features:

Setup Guide:

Example Data Transformation:

This output allows you to work with clean, structured JSON, simplifying field extraction and workflow continuation.

Code Explanation: This workflow parses URL-encoded key-value pairs using n8n nodes to restructure the data into a nested JSON object. By doing so, the template improves transparency, ensures data integrity, and makes further automation tasks straightforward.

🔗 Nodes Used

Webhook, Extract from File

📥 Import

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

📖 Importing guide · 🔑 Credential setup