SmartSuite
Aynı zamanda bir ajan aracıSmartSuite work-management automation across the REST API v1: solutions, applications/tables (list/get), records (list/get/create/update/delete, bulk add/update/delete, list-deleted, restore), comments, members, and teams. Two-header API-key auth (Authorization: Token <key> + ACCOUNT-ID workspace header, ADR-032 extra_headers). No push webhook — SmartSuite has no HMAC-signed delivery; the trigger is polling on list_records (last_updated cursor). Schema mutations, file I/O, OAuth, and the BETA second-host ListEvents RPC are deferred for v1 (see compatibility.md).
18 eylemler · 1 tetikleyiciler
SmartSuite entegrasyonu — 18 aksiyon ve 1 tetikleyici ile SmartSuite'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: List Tables, Get Table, List Records, Get Record, Create Record. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.
Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.
Tetikleyiciler 1
SmartSuite üzerinde bir iş akışını başlatabilen olaylar.
New or updated SmartSuite record
Fires when a record in the selected Table is created or changed. Detects create/update only (not deletes — see compatibility.md smartsuite-03). The exact last_updated filter comparator is confirmed at runtime; fallback sorts by last_updated ascending and de-dupes by id.
Eylemler 18
Zervanor'un SmartSuite üzerinde yapabilecekleri.
Applications12
List Tables
List all Tables (Applications) in the workspace — safe identity/connectivity check, verifies both Authorization and ACCOUNT-ID headers (GET /applications/)
Get Table
Retrieve a Table's structure including field definitions (GET /applications/{tableId}/)
List Records
List / filter records in a Table. POST (not GET) — body carries sort/filter/hydrated; query carries offset/limit/all (POST /applications/{tableId}/records/list/)
Get Record
Fetch a single record by id (GET /applications/{tableId}/records/{recordId}/)
Create Record
Create a record in a Table (body = field map keyed by field slug) (POST /applications/{tableId}/records/)
Update Record
Partially update a record — only included fields are changed (PATCH /applications/{tableId}/records/{recordId}/)
Delete Record
Delete a single record (DELETE /applications/{tableId}/records/{recordId}/)
Bulk Add Records
Add up to 25 records in one call (POST /applications/{tableId}/records/bulk/)
Bulk Update Records
Partially update up to 25 records in one call (PATCH /applications/{tableId}/records/bulk/)
Bulk Delete Records
Delete a batch of records by id (PATCH /applications/{tableId}/records/bulk_delete/)
List Deleted Records
List soft-deleted records in a Table (GET /applications/{tableId}/records/deleted/)
Restore Record
Restore a soft-deleted record (POST /applications/{tableId}/records/{recordId}/restore/)
Comments2
List Comments
Get a record's comments (GET /comments/?record={recordId})
Add Comment
Create a comment on a record (POST /comments/)
Solutions2
List Solutions
List all Solutions (workspace containers) (GET /solutions/)
Get Solution
Retrieve a Solution's structure (GET /solutions/{solutionId}/)
Members1
List Members
List workspace members (users) (GET /members/)
Teams1
List Teams
List workspace teams (groups) (GET /teams/)
Aramanızla eşleşen bir şey yok.
SmartSuite kullanan Çözüm Şablonları
SmartSuite ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
SmartSuite ile neler otomatikleştirebilirim?
18 aksiyon var — örneğin: List Tables, Get Table, List Records, Get Record, Create Record ve daha fazlası.
Hangi SmartSuite olayları bir workflow başlatabilir?
1 tetikleyici — örneğin: New or updated SmartSuite record.
SmartSuite bir AI agent aracı olarak kullanılabilir mi?
Evet. SmartSuite'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
SmartSuite entegrasyonu nasıl modellenir?
SmartSuite sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.