Modules@robinpath/webflow

@robinpath/webflow

0.1.0Public

Webflow module for RobinPath.

@robinpath/webflow

Webflow module for RobinPath.

Category Functions Auth License

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

FunctionDescription
webflow.setCredentialsConfigure webflow credentials.
webflow.listSiteslistSites
webflow.getSitegetSite
webflow.publishSitepublishSite
webflow.listCollectionslistCollections
webflow.getCollectiongetCollection
webflow.listCollectionItemslistCollectionItems
webflow.getCollectionItemgetCollectionItem
webflow.createCollectionItemcreateCollectionItem
webflow.updateCollectionItemupdateCollectionItem
webflow.deleteCollectionItemdeleteCollectionItem
webflow.publishCollectionItemspublishCollectionItems
webflow.listFormSubmissionslistFormSubmissions
webflow.listDomainslistDomains
webflow.getUsergetUser
webflow.listUserslistUsers
webflow.listOrderslistOrders
webflow.getOrdergetOrder
webflow.updateOrderupdateOrder

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

License

MIT

Versions (1)

VersionTagPublished
0.1.0latestyesterday
Install
$ robinpath install @robinpath/webflow
Version0.1.0
LicenseMIT
Unpacked Size4.5 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

Category

productivity