Upload Large Files to Kommo/amoCRM with Automatic File Chunking - n8n Workflow | Neura Market
Upload Large Files to Kommo/amoCRM with Automatic File Chunking
Upload files from any source to your account Kommo or AmoCRM with a simple and reusable workflow.
## Advantages of Workflow
- It can split a large file into small ones and upload chunks.
- Works for Kommo and AmoCRM.
- There are 3 required parameters in total (drive_url, file_name, and file_base64).
## Where It Can Be Useful
- To send files in a message to clients' chat in Kommo or AmoCRM.
- To upload the generated files to the transaction or contact fields.
- To upload files to notes.
## How It Works
1. Checking the file availability.
2. Opening the session to download the file.
3. Splitting the file into chunks, if necessary.
4. Sending parts of the file to CRM one at a time.
## Installation Steps
1. Import workflow.
2. Configuring OAuth2 credentials in Kommo or AmoCRM.
3. Applying credentials for specific workflow steps.
4. Specifying the link to the file and the disk_url address.
5. Launching a workflow to upload a file to a Kommo or AmoCRM account.
Platform
n8n
Category
File & Document Management
Price
Free
Creator
yatolstoy
if
set
code
limit
merge
stickyNote
httpRequest
stopAndError
convertToFile
manualTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.