App
Siteleaf
Send invitations to clients, colleagues, and others to edit and review sites. Managing content in Siteleaf is easy enough anyone can do it, with nothing to install.
What your agent can do with Siteleaf
Triggers and actions 4 triggers · 17 actions
- TriggerNew Collection
Triggered when a new collection is created.
- TriggerNew Document
Triggered when a new document is created.
- TriggerNew Page
Triggered when a new page is created.
- TriggerNew Site
Triggered when a new site is created.
- ActionAdd Collection
Create a new collection on a site. POST https://api.siteleaf.com/v2/sites/:site_id/collections
- ActionCreate Document
Creates a new document.
- ActionCreate Page
Creates a new page.
- ActionDelete Collection
Delete a collection. DELETE https://api.siteleaf.com/v2/sites/:site_id/collections/:path
- ActionDelete Document
Delete a document. DELETE https://api.siteleaf.com/v2/sites/:site_id/collections/:path/documents/:id
- ActionDelete Page
Delete a page. DELETE https://api.siteleaf.com/v2/sites/:site_id/pages/:id
- ActionGet Document
Get a single document by id. GET https://api.siteleaf.com/v2/sites/:site_id/collections/:path/documents/:id
- ActionGet Page
Get a single page by id. GET https://api.siteleaf.com/v2/sites/:site_id/pages/:id
- ActionGet Site
Get a single site by id. GET https://api.siteleaf.com/v2/sites/:site_id
- ActionList Collections
List collections for a site. GET https://api.siteleaf.com/v2/sites/:site_id/collections
- ActionList Documents
List documents in a collection, filterable by search/visibility/extensions. GET https://api.siteleaf.com/v2/sites/:site_id/collections/:path/documents
- ActionList Pages
List pages for a site, filterable by search/visibility/extensions. GET https://api.siteleaf.com/v2/sites/:site_id/pages
- ActionList Sites
List all sites for the authenticated user. GET https://api.siteleaf.com/v2/sites
- ActionUpdate Collection
Update a collection's title/path/metadata. PUT https://api.siteleaf.com/v2/sites/:site_id/collections/:path
- ActionUpdate Document
Update an existing document's title/body/tags/categories/metadata. PUT https://api.siteleaf.com/v2/sites/:site_id/collections/:path/documents/:id
- ActionUpdate Page
Update an existing page's title/body/metadata. PUT https://api.siteleaf.com/v2/sites/:site_id/pages/:id
- ActionUpdate Site
Update a site's settings. PUT https://api.siteleaf.com/v2/sites/:site_id
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Siteleaf API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.