Draftable Compare Documents

Overview

This plug-in contains a smart service that can be used to compare the different versions of the same document. You can compare different document types such as PDF, Word, or PowerPoint.

Key Features & Functionality

Input

  • Account Id (Text) - Provide the Account Id available on the credential page. https://api.draftable.com/account/credentials
  • Auth Token (Text) - Provide the Auth Token available on the credential page. https://api.draftable.com/account/credentials
  • Left Doc ID (Document) - Provide the left document to compare
  • Left Doc Version (Integer) - Provide the left document version. For the latest version use -1.
  • Right Doc ID (Document) - Provide the right document to compare.
  • Right Doc Version (Integer) - Provide the right document version. For the latest version use -1.
  • Is Public (Boolean) - Provide true if the comparison can be accessed by anyone with knowledge of the URL. Default true
  • Expires In Hour (Integer) - Provide the number of hours after which the comparison will be deleted. Provide 0 to avoid expiry.
  • Self Hosted URL (Text) - Provide the self-hosted URL of the Draftable API, e.g., 'https://draftable.example.com/api/v1'.

Output

  • Error Message (Text) - Provides the error message if any error occurred.
  • Error (Boolean) - Returns true if any error has occurred.
  • Identifier (Text) - The URL for the competition.
  • Public URL (Text): The public URL for the comparison.

  • Signed In URL (Text): The signed-in URL for the comparison.

Anonymous
Parents Comment Children
No Data