Webflow
Webflow is a web design and development platform that allows users to build responsive websites visually without writing code.
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 | Description | Required |
---|---|---|---|---|
clientId | Client Id | STRING | true | |
clientSecret | Client Secret | STRING | true |
Actions
Fulfill Order
Name: fulfillOrder
Updates an order's status to fulfilled.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
siteId | Site ID | STRING | true | |
orderId | Order ID | STRING Depends OnsiteId | true |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
orderId | STRING | ID of the order. |
status | STRING | Status of the order. |
Output Example
Get Collection Item
Name: getCollectionItem
Get collection item in a collection.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
siteId | Site ID | STRING | true | |
collectionId | Collection ID | STRING Depends OnsiteId | `` | true |
itemId | Item ID | STRING Depends OncollectionId, siteId | `` | true |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
id | STRING | ID of the item. |
fieldData | OBJECT Properties{STRING(name), STRING(slug)} |
Output Example
Weaviate
Weaviate is an open-source vector search engine and database that enables efficient storage, retrieval, and management of high-dimensional data, often used in machine learning and AI applications.
Webhook
Webhook is a method utilized by applications to supply real-time information to other apps. Such a process usually delivers data immediately as and when it occurs. Webhook Trigger enables users to receive callouts whenever a service provides the option of distributing signals to a user-defined URL.