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
Name | Type | Control Type | Description |
---|---|---|---|
Client Id | STRING | TEXT | |
Client Secret | STRING | TEXT |
Triggers
Actions
Fulfill Order
Updates an order’s status to fulfilled.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Site | STRING | SELECT | |
Order | STRING | SELECT |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
{STRING(orderId), STRING(status)} | OBJECT_BUILDER |
Get Collection Item
Get collection item in a collection.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Site | STRING | SELECT | |
Collection | STRING | SELECT | |
Item | STRING | SELECT |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
{STRING(id), {STRING(name), STRING(slug)}(fieldData)} | OBJECT_BUILDER |