Webflow

Responsive web design tool

Integrate the Webflow API with the Schedule API

Setup the Webflow API trigger to run a workflow which integrates with the Schedule API. Pipedream's integration platform allows you to integrate Webflow and Schedule remarkably fast. Free for developers.

Create Item with Webflow API on Daily schedule from Schedule API
Schedule + Webflow
 
Try it
Create Item with Webflow API on Monthly schedule from Schedule API
Schedule + Webflow
 
Try it
Create Item with Webflow API on Schedule based on a custom interval from Schedule API
Schedule + Webflow
 
Try it
Create Item with Webflow API on Weekly schedule from Schedule API
Schedule + Webflow
 
Try it
Delete Collection Item with Webflow API on Custom Interval from Schedule API
Schedule + Webflow
 
Try it
New Form Submission from the Webflow API

Emit new event when a new form is submitted. See the docs here

 
Try it
Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
Try it
New Collection Item from the Webflow API

Emit new event when a collection item is created. See the docs here

 
Try it
Daily schedule from the Schedule API

Trigger your workflow every day.

 
Try it
Changed E-commerce Inventory (Instant) from the Webflow API

Emit an event when an e-commerce inventory level changes

 
Try it
Create Collection Item with the Webflow API

Create new collection item. See the docs here

 
Try it
Delete Collection Item with the Webflow API

Delete Item of a Collection. See the docs here

 
Try it
Fulfill Order with the Webflow API

Fulfill an order. See the docs here

 
Try it
Get Collection with the Webflow API

Get a collection. See the docs here

 
Try it
Get Collection Item with the Webflow API

Get a Collection Item. See the docs here

 
Try it

Overview of Webflow

With the Webflow API, you can build a number of different applications that can
help you manage your website more effectively. Some examples of applications
that can be built using the Webflow API include:

  • A website management tool that can help you keep track of your website's
    content and performance
  • A tool that can help you manage your website's SEO
  • A tool that can help you monitor your website's traffic
  • A tool that can help you track your website's conversion rate

Connect Webflow

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    webflow: {
      type: "app",
      app: "webflow",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.webflow.com/info`,
      headers: {
        Authorization: `Bearer ${this.webflow.$auth.oauth_access_token}`,
        "accept-version": `1.0.0`,
      },
    })
  },
})

Overview of Schedule

With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include:

  • Automated data retrieval from a third-party service, like pulling stats from
    your Salesforce account on a set schedule.
  • Uploading new data sets to a database with a predetermined interval.
  • Automatic emails to customers or leads at a certain time of the day.
  • Automating data analysis based on a set schedule.
  • Automatically optimizing social media postings according to a specified
    timeline.
  • Updating webpages at a certain interval with newly available content.
  • Re-running reports on a periodic basis.
  • Refreshing a cache of data at a given frequency.