This n8n workflow automates the process of receiving, decoding, and parsing encoded data sent via a Webhook, specifically designed for integrating with amoCRM. The workflow starts with an incoming POST request to a Webhook node, which captures raw request data. The data is then extracted and passed to a Code node that parses URL-encoded parameters, including nested fields indicated by brackets. Finally, the parsed data, especially custom lead fields, are split out for further processing or integration. This workflow is useful for automating the handling of encoded form submissions or API payloads from amoCRM to streamline CRM data import and management.
Decode Webhook Data for amoCRM Integration
Node Count | 0 – 5 Nodes |
---|---|
Nodes Used | code, extractFromFile, splitOut, webhook |
Reviews
There are no reviews yet.