Modules@robinpath/webflow
@robinpath/webflow
0.1.0PublicWebflow module for RobinPath.
@robinpath/webflow
Webflow module for RobinPath.
Why use this module?
The webflow module lets you:
- listSites
- getSite
- publishSite
- listCollections
- getCollection
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/webflow
Quick Start
1. Set up credentials
webflow.setCredentials "your-credentials"
2. listSites
webflow.listSites
Available Functions
| Function | Description |
|---|---|
webflow.setCredentials | Configure webflow credentials. |
webflow.listSites | listSites |
webflow.getSite | getSite |
webflow.publishSite | publishSite |
webflow.listCollections | listCollections |
webflow.getCollection | getCollection |
webflow.listCollectionItems | listCollectionItems |
webflow.getCollectionItem | getCollectionItem |
webflow.createCollectionItem | createCollectionItem |
webflow.updateCollectionItem | updateCollectionItem |
webflow.deleteCollectionItem | deleteCollectionItem |
webflow.publishCollectionItems | publishCollectionItems |
webflow.listFormSubmissions | listFormSubmissions |
webflow.listDomains | listDomains |
webflow.getUser | getUser |
webflow.listUsers | listUsers |
webflow.listOrders | listOrders |
webflow.getOrder | getOrder |
webflow.updateOrder | updateOrder |
Examples
listSites
webflow.listSites
getSite
webflow.getSite
publishSite
webflow.publishSite
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/webflow";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
webflow.setCredentials "your-credentials"
webflow.listSites
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/json— JSON module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.0 | latest | yesterday |
Related Modules
productivity
0
@robinpath/airtable
v0.1.1robinpath
Airtable module for RobinPath.
0 downloads
...
productivity
0
@robinpath/asana
v0.1.1robinpath
Asana module for RobinPath.
0 downloads
...
productivity
0
@robinpath/basecamp
v0.1.1robinpath
Basecamp module for RobinPath.
0 downloads
...
productivity
0
@robinpath/clickup
v0.1.1robinpath
ClickUp module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/webflow Version0.1.0
LicenseMIT
Unpacked Size4.5 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

