Automations

Create automation

Creates a new automation with the specified data source and optional Google Doc template. PDF templates are uploaded through the DocsAutomator app.

post/createAutomation

Request body

titlestring required

Name for the automation.

dataSourceName'Airtable' | 'API' | 'ClickUp' | 'Glide' | 'Google Sheets' | 'Make' | 'n8n' | 'Noloco' | 'SmartSuite' | 'Zapier' required

The data source type.

docTemplateLinkstring uri

Google Doc template URL.

Response

Automation created

messagestring

Example response

{
  "message": "success"
}

Changes