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 IDSTRING
Depends On siteId
SELECTtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
bodyOBJECT
Properties {STRING(orderId), STRING(status)}
OBJECT_BUILDER

JSON Example

{
"label" : "Fulfill Order",
"name" : "fulfillOrder",
"parameters" : {
"siteId" : "",
"orderId" : ""
},
"type" : "webflow/v1/fulfillOrder"
}

Get Collection Item

Name: getCollectionItem

Get collection item in a collection.

Properties

NameLabelTypeControl TypeDescriptionRequired
siteIdSite IDSTRINGSELECTtrue
collectionIdCollection IDSTRING
Depends On siteId
SELECTtrue
itemIdItem IDSTRING
Depends On collectionId, siteId
SELECTtrue

Output

Type: OBJECT

Properties

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

JSON Example

{
"label" : "Get Collection Item",
"name" : "getCollectionItem",
"parameters" : {
"siteId" : "",
"collectionId" : "",
"itemId" : ""
},
"type" : "webflow/v1/getCollectionItem"
}