← Tools Reference

DocsAutomator

DocsAutomator integration (Productivity, Design & Media). Imported from open-connector.

API key7 toolshttps://api.docsautomator.co
POST
docsautomator_create_document
Generate one DocsAutomator document synchronously and return the resulting file URLs plus signing metadata when available.

/createDocument

7 parameters
ParamTypeRequiredDescription
automationIdstringoptionalThe DocsAutomator automation ID to execute.
docIdstringoptionalAlias for automationId accepted by DocsAutomator.
dataobjectoptionalTemplate placeholder values forwarded to DocsAutomator. Keys should match your …
documentNamestringoptionalAn optional output document name override.
webhookParamsobjectoptionalCustom webhook parameters forwarded to DocsAutomator as additionalParams.
existingPdfsarrayoptionalA list of publicly accessible PDF URLs used by DocsAutomator for merge operatio…
docTemplateLinkstringoptionalAn optional Google Doc template URL override used for this request only.
POST
docsautomator_create_document_async
Queue one DocsAutomator document generation job and return the job handle for later polling.

/createDocument

7 parameters
ParamTypeRequiredDescription
automationIdstringoptionalThe DocsAutomator automation ID to execute.
docIdstringoptionalAlias for automationId accepted by DocsAutomator.
dataobjectoptionalTemplate placeholder values forwarded to DocsAutomator. Keys should match your …
documentNamestringoptionalAn optional output document name override.
webhookParamsobjectoptionalCustom webhook parameters forwarded to DocsAutomator as additionalParams.
existingPdfsarrayoptionalA list of publicly accessible PDF URLs used by DocsAutomator for merge operatio…
docTemplateLinkstringoptionalAn optional Google Doc template URL override used for this request only.
GET
docsautomator_get_document_job
Get the current status of a DocsAutomator async document generation job and return the finished document result when available.

/job/{jobId}

1 parameter
ParamTypeRequiredDescription
jobIdstringrequiredThe DocsAutomator job identifier returned by create_document_async.
GET
docsautomator_get_queue_stats
Return current DocsAutomator queue statistics for the connected workspace.

/queue/stats

GET
docsautomator_list_automations
List DocsAutomator automations in the current workspace with the core fields needed for document generation setup.

/automations

GET
docsautomator_get_automation
Get one DocsAutomator automation by automationId or docId and return its current generation-related settings.

/automation

2 parameters
ParamTypeRequiredDescription
automationIdstringoptionalThe DocsAutomator automation ID to target for this request.
docIdstringoptionalAlias for automationId accepted by the DocsAutomator API.
GET
docsautomator_list_template_placeholders
List the placeholder groups extracted from a DocsAutomator Google Doc template for one automation.

/listPlaceholdersV2

2 parameters
ParamTypeRequiredDescription
automationIdstringoptionalThe DocsAutomator automation ID to target for this request.
docIdstringoptionalAlias for automationId accepted by the DocsAutomator API.