@orchesty/connector-webflow
v1.0.1
Published
- API key
Readme
Webflow
Auth
- API key
How to get
- To generate an API key for a site, open the site in the dashboard and navigate to the “Settings” pane. There is a section titled “API Access”, where you can generate a new API key.
Data example for WebflowAddProductConnector
userNamefrom MongoDbnameproduct namedescriptiondescription of productslugslug for url (hint: https://example/products/SLUG)priceproduct pricedraftarchivedcurrencye.g. czk, usdsiteIdWebflow ehop id
{
"name": "Product",
"description": "product description",
"slug": "my-product",
"price": 300,
"draft": false,
"archived": false,
"currency": "czk",
"siteId": "d87f0b9bd5434d3fb75153a42ddb9ce2",
"userName": "d87f0b9bd5434d3fb75153a42ddb9ce2"
}