Webflow

Integrate your Workflow with Webflow

The Webflow Integration allows you to perform multiple actions within the account.

Authentication

  1. Generate an API Key from Webflow:

    • Log in to your Webflow account.

    • Navigate to your project settings by selecting your project from the dashboard.

    • Go to the "Apps & Integrations" tab.

    • Under the "API access" section, click on "Generate API token".

    • Assign the token a name that relates to your application, for ease of management.

    • Ensure the token has the following scopes for adequate permissions:

      • CMS Read: Allows the token to read all CMS data.

      • CMS Write: Allows the token to modify CMS data.

      • Site Read: Provides access to read the site's settings and design data.

    • Copy the generated token securely.

  2. Add the API Key to Your Application:

    • Locate the Webflow integration section and click on the "Configure" button.

    • In the modal that appears, paste the copied API token into the "Key" field.

    • Click "Add" to save the configuration.

Security Note: Your data will be securely encrypted and stored using AES 256-bit encryption. It is crucial to keep your API token confidential to prevent unauthorized access to your Webflow data.

Functions and Their Parameters

Create Collection Item

  1. Site

  2. Collection

  3. Name

  4. Slug

  5. Theme (pastel)

  6. Theme (dark)

  7. Thumbnail illustration (URL)

List Collections

  1. Site

List Collection Items

  1. Site

  2. Collection

Update Collection Item (JSON)

  1. Collection ID

  2. Item ID

  3. Fields -- additional fields for the item as a JSON object

  4. Publish -- a yes or no toggle to make the changes live

Example

Last updated