Skip to content

Webflow

Webflow is a web design and development platform that allows users to build responsive websites visually without writing code.

Categories: developer-tools

Type: webflow/v1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameLabelTypeControl TypeDescriptionRequired
clientIdClient IdSTRINGTEXTtrue
clientSecretClient SecretSTRINGTEXTtrue

Actions

Fulfill Order

Name: fulfillOrder

Updates an order’s status to fulfilled.

Properties

NameLabelTypeControl TypeDescriptionRequired
siteIdSite IDSTRINGSELECTtrue
orderIdOrder IDSTRINGSELECTtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(orderId), STRING(status)}OBJECT_BUILDER

Get Collection Item

Name: getCollectionItem

Get collection item in a collection.

Properties

NameLabelTypeControl TypeDescriptionRequired
siteIdSite IDSTRINGSELECTtrue
collectionIdCollection IDSTRINGSELECTtrue
itemIdItem IDSTRINGSELECTtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(id), {STRING(name), STRING(slug)}(fieldData)}OBJECT_BUILDER

Triggers