🀝Make.com

Make (Integromat) is a visual platform that lets you design, build, and automate anything – from simple tasks to complex workflows – in minutes. With Make, you can send information between DocsParse.com and thousands of other apps.

DocsParse has a Make App that allowing you to seamlessly setup your document processing workflows.

Setup DocsParse App

  1. Install DocsParse plugin. Go to Make.com, click add new module ("+" button) and search for DocsParse. Select any action for example "Upload Document (URL)"

  2. Switch to DocsParse's Workflow and go to Integrations tab, click "Generate token" or copy it. Paste address to API Token field and click Add.

  3. After connection was established. Let's move next and upload our first document.


Upload Document

DocsParse providing 2 options of document uploading functionality.

  1. URL Uploading. You can enter any Public URL from where DocsParse will download file to your Workflow.

  2. File (buffer) Uploading. You can upload file directly if needed. To demostract such functionality we will use Google Drive Download File action.

    Next search for DocsParse's Upload Document (File) action

    Enter Workflow ID (Where you want to upload file). You can find this identifier in Integrations tab.

Now we can move forward and start processing.


Process Document

Same as for uploading, DocsParse providing a few options to start file processing.

  1. Synchronously Processing or "Process Document (Sunc)" In this case you will need to wait until processing is completed (better for testing and small documents)

    You will need to pass Document ID (returned by Upload Document actions)

  1. Asynchronously Processing or "Process Document (Async)" Good for big documents, no need to wait. But will require a webhook setup

Do not forget to add a webhook to observe a results.

Last updated