Documentation
HomeAPISign In
  • Getting Started
    • Overview
      • Core Concepts
      • Building your First Workflow
    • API Reference
  • Your Data
    • Brand Kits
    • Knowledge Bases
      • Add Data
        • Upload Files
        • Web Scrape
        • Import from Google Drive
        • Import from SQL Database
        • Import from Shopify
      • Knowledge Base Search
      • Knowledge Base Metadata
      • Knowledge Base API
  • Building Workflows
    • Workflow Concepts
      • Workflow Inputs
        • Input Types
      • Workflow Outputs
      • Variable Referencing
      • Liquid Templating
    • Workflow Steps
      • AI
        • Prompt LLM
          • Model Selection Guide
          • Prompting Guide
        • Transcribe Audio File
      • Web Research
        • Google Search
        • Web Page Scrape
      • Code
        • Run Code
        • Call API
        • Format JSON
        • Run SQL Query
        • Write Liquid Text
      • Flow
        • Condition
        • Iteration
        • Human Review
        • Content Comparison
        • Error
      • Data
        • Read from Grid
        • Write to Grid
        • Search Knowledge Base
        • Write to Knowledge Base
        • Get Knowledge Base File
      • AirOps
        • Workflow
        • Agent
      • Image & Video
        • Generate Image with API
        • Search Stock Images
        • Fetch Stock Image with ID
        • Resize Image
        • Screenshot from URL
        • Create OpenGraph Image
        • Create Video Avatar
      • SEO Research
        • Semrush
        • Data4SEO
      • Content Quality
        • Detect AI Content
        • Scan Content for Plagiarism
      • Content Processing
        • Convert Markdown to HTML
        • Convert PDF URL to Text
        • Group Keywords into Clusters
      • B2B Enrichment
        • Hunter.io
        • People Data Labs
      • CMS Integrations
        • Webflow
        • WordPress
        • Shopify
        • Contentful
        • Sanity
        • Strapi
      • Analytics Integrations
        • Google Search Console
      • Collaboration Integrations
        • Gmail
        • Google Docs
        • Google Sheets
        • Notion
        • Slack
    • Testing and Iteration
    • Publishing and Versioning
  • Running Workflows
    • Run Once
    • Run in Bulk (Grid)
    • Run via API
    • Run via Trigger
      • Incoming Webhook Trigger
      • Zapier
    • Run on a Schedule
    • Error Handling
  • Grids
    • Create a Grid
      • Import from Webflow
      • Import from Wordpress
      • Import from Semrush
      • Import from Google Search Console
    • Add Columns in the Grid
    • Run Workflows in the Grid
      • Add Workflow Column
      • Run Workflow Column
      • Map Workflow Outputs
      • Review Workflow Run Metadata
    • Review Content in the Grid
      • Review Markdown Content
      • Review HTML Content
      • Compare Content Difference
    • Publish to CMS from Grid
    • Pull Analytics in the Grid
    • Export as CSV
  • Copilot
    • Chat with Copilot
    • Edit Workflows with Copilot
    • Fix Errors with Copilot
  • Monitoring
    • Task Usage
    • Analytics
    • Alerts
    • Execution History
  • Your Workspace
    • Create a Workspace
    • Folders
    • Settings
    • Billing
    • Use your own LLM API Keys
    • Secrets
    • Team and Permissions
  • Chat Agents (Legacy)
    • Agent Quick Start
    • Chat Agents
    • Integrate Agents
      • Widget
      • Client Web SDK
  • About
    • Ethical AI and IP Production
    • Principles
    • Security and Compliance
Powered by GitBook
On this page
  • How to Configure the Webflow Integration Step
  • Error Handling

Was this helpful?

  1. Building Workflows
  2. Workflow Steps
  3. CMS Integrations

Webflow

Integrate your Workflow with Webflow

Last updated 2 months ago

Was this helpful?

The Webflow Integration step allows you to connect your AirOps workflows directly with your Webflow account. This integration enables you to create and update content in your Webflow sites programmatically.

How to Configure the Webflow Integration Step

Authentication

Before using the Webflow integration in your workflows, you must first connect your Webflow account in the AirOps Settings:

  1. Navigate to ⚙ Settings > Integrations

  2. Find the Webflow section and click "Configure"

  3. Complete the authentication process by granting AirOps the necessary permissions

Action Types

The Webflow Integration supports the following actions:

  • Create Collection Item: Add a new item to a collection in your Webflow site

  • List Collections: Retrieve a list of collections from your Webflow site

  • List Collection Items: Get a list of items from a specific collection

  • Update Collection Item (JSON): Modify an existing collection item

Action-Specific Parameters

Create Collection Item

  • Site: Select the Webflow site

  • Collection: Select the collection where you want to create the item

  • Name: The name of the collection item

  • Slug: The URL slug for the collection item

  • Theme (pastel): Pastel theme setting

  • Theme (dark): Dark theme setting

  • Thumbnail illustration (URL): URL for the thumbnail image

List Collections

  • Site: Select the Webflow site to retrieve collections from

List Collection Items

  • Site: Select the Webflow site

  • Collection: Select the collection to retrieve items from

Update Collection Item (JSON)

  • Collection ID: The ID of the collection containing the item

  • Item ID: The ID of the item you want to update

  • Fields: Additional fields for the item as a JSON object

  • Publish: A yes or no toggle to make the changes live

Error Handling

By default, the Webflow Integration step will terminate the workflow if it fails. You can configure it to continue by selecting "Continue" instead of "Terminate Workflow" in the step settings.