Skip to content

Webflow

Reference


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

Categories: [developer-tools]

Version: 1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameTypeControl TypeDescription
Client IdSTRINGTEXT
Client SecretSTRINGTEXT

Triggers


Actions

Fulfill Order

Updates an order’s status to fulfilled.

Properties

NameTypeControl TypeDescription
SiteSTRINGSELECT
OrderSTRINGSELECT

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(orderId), STRING(status)}OBJECT_BUILDER

Get Collection Item

Get collection item in a collection.

Properties

NameTypeControl TypeDescription
SiteSTRINGSELECT
CollectionSTRINGSELECT
ItemSTRINGSELECT

Output

Type: OBJECT

Properties

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