API Reference

Power Automate Connector

Smarter Drafter connector enables seamless integration between Smarter Drafter and your Power Automate workflows, allowing you to automate document generation and streamline your processes.

Pre-requisites:

  • A Smarter Drafter Pro account with API access
  • An API key created in Smarter Drafter Pro
  • Power Automate license from Microsoft

Getting Started

  1. Install the Connector

Import the Smarter Drafter connector into your Power Automate environment.

  1. Authentication

Configure authentication using your Smarter Drafter API Key. For details on how to create an API key see [LINK TO DDA MANAGE API KEYS] article.

  1. Create a Flow

Add Smarter Drafter actions or triggers to your Power Automate flows.

Available Actions

ActionDescription
Create SubmissionThis function accepts submission details in the request body, creates a new submission, and queues documents for generation. It returns the unique identifier of the created submission.
Get SubmissionReturns the details of a specific submission identified by its unique ID. If the submission is not found, a 404 Not Found response is returned.
Get Fields by FormReturns all fields associated with the specified form ID.
Download DocumentReturns the generated document.
Update Submission AnswerUpdates the answer for a specific field in a submission. Supports updating file-type fields using form data.
Submit submission and queue documents for generationsSubmits the specified submission and queues the associated documents for generation. Additional metadata, such as user agent and remote address, is captured.