ti
Tilda is a popular Russian website and landing page builder used by millions of businesses. Its API provides access to projects, pages, and form submissions for automation and CMS integration.
With the Tilda integration in AACFlow, you can:
- Get projects: List all projects in the Tilda account
- Get pages: Retrieve pages within a specific project
This integration enables website content synchronization and form data processing from Tilda websites.
Nutzungsanleitung
Integrate Tilda into the workflow. Requires a Tilda Public Key and Secret Key from your account settings at tilda.cc/account.
Tools
tilda_get_projects
List all Tilda projects
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
publicKey | string | Ja | Tilda Public Key |
secretKey | string | Ja | Tilda Secret Key |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
projects | array | Array of project objects |
success | boolean | Whether the request succeeded |
tilda_get_pages
Get pages in a project
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
publicKey | string | Ja | Tilda Public Key |
secretKey | string | Ja | Tilda Secret Key |
projectId | string | Ja | Project ID |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
pages | array | Array of page objects |
success | boolean | Whether the request succeeded |
Links
- Official API: https://help.tilda.cc/api
- AACFlow block source: apps/aacflow/blocks/blocks/tilda.ts

