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
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
clientId | Client Id | STRING | TEXT | true | |
clientSecret | Client Secret | STRING | TEXT | true |
Actions
Fulfill Order
Name: fulfillOrder
Updates an order’s status to fulfilled.
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
siteId | Site ID | STRING | SELECT | true | |
orderId | Order ID | STRING Depends OnsiteId | SELECT | true |
Output
Type: OBJECT
Properties
Name | Type | Control Type |
---|---|---|
body | OBJECT 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
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
siteId | Site ID | STRING | SELECT | true | |
collectionId | Collection ID | STRING Depends OnsiteId | SELECT | true | |
itemId | Item ID | STRING Depends OncollectionId, siteId | SELECT | true |
Output
Type: OBJECT
Properties
Name | Type | Control Type |
---|---|---|
body | OBJECT 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"}