Automate your documents using Google Docs in minutes. Create, manage, and generate documents from templates with the DocsAutomator API.
Automate your documents using Google Docs in minutes. Create, manage, and generate documents from templates with the DocsAutomator API. On Nagent, Docsautomator is exposed as a fully-configurable documents integration that any agent can call — 9 actions, and API key authentication. No code is required to wire Docsautomator into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Docsautomator to automate the kinds of tasks documents teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Docsautomator into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Docsautomator, with input parameters and output schema. Drop these into any step of an agent built in Helix.
DOCSAUTOMATOR_CREATE_AUTOMATIONTool to create a new DocsAutomator automation with specified data source and optional Google Doc template. Use when you need to set up a new document automation workflow. PDF templates must be uploaded through the DocsAutomator app interface.
Input parameters
Name for the automation.
The data source type that will provide data for this automation.
Google Doc template URL. Optional for automations using PDF templates (upload PDF through DocsAutomator app instead).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DOCSAUTOMATOR_DELETE_AUTOMATIONTool to permanently delete an automation and all associated data. Use when you need to remove an automation that is no longer needed. This action cannot be undone.
Input parameters
The automation ID to delete. This is the unique identifier of the automation to be permanently deleted.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DOCSAUTOMATOR_DUPLICATE_AUTOMATIONTool to create a copy of an existing automation with ' COPY' appended to the title. Use when you need to duplicate an existing automation without recreating it from scratch.
Input parameters
The automation ID to duplicate.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DOCSAUTOMATOR_GET_AUTOMATIONTool to retrieve details of a specific automation by its ID. Use when you need to fetch configuration, data source settings, and template information for an automation.
Input parameters
The automation ID to retrieve details for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DOCSAUTOMATOR_GET_QUEUE_STATSTool to retrieve current document generation queue statistics for your workspace. Use when monitoring queue health or checking processing capacity.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DOCSAUTOMATOR_LIST_AUTOMATIONSTool to retrieve all automations in your workspace with their basic details. Use when you need to view, list, or enumerate existing automations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DOCSAUTOMATOR_LIST_SIGNING_SESSIONSTool to retrieve signing sessions with optional filtering by status or signer email. Returns paginated results. Use when you need to list or search for signing sessions in DocsAutomator.
Input parameters
Page number.
Filter by signer email (partial match, case-insensitive).
Results per page (max 250).
Status of a signing session.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DOCSAUTOMATOR_SEND_TEST_EMAILTool to send a test email with a sample PDF attachment to verify email configuration. Use when you need to test email delivery for a specific automation. Rate limited to 25 emails per hour per automation.
Input parameters
Email address to send the test email to. Must be a valid email address.
The automation ID to use for sending the test email.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DOCSAUTOMATOR_UPDATE_AUTOMATIONTool to update an existing automation's settings in DocsAutomator. Only the fields included in the request are updated. Use when you need to modify automation properties like title, template link, locale settings, or activation status.
Input parameters
The automation ID to update
Automation name
Locale for date and number formatting (e.g., 'en-us', 'de-de', 'fr-fr')
Whether the automation is active
Image options for automation
PDF expiration period options
Save a Google Doc copy alongside the PDF
Google Doc template URL to use for document generation
Field name or formula for generated document names
Whether to format numbers using the automation's locale
Google Drive folder URL where generated documents will be saved
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 65 agents privately built on Nagent that already use Docsautomator.
Build on Nagent
Connect Docsautomator to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Docsautomator, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Docsautomator is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Docsautomator is connected, you configure its 9 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Docsautomator steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Docsautomator event fires, the agent kicks off automatically.
Every Docsautomator action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Docsautomator ships with 9 pre-built documents actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Docsautomator together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Docsautomator-based workflows tailored to your business.