SmartSuite entegrasyonu | Zervanor
← Tüm konnektörler

SmartSuite

Aynı zamanda bir ajan aracı
productivity

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.

polling

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

GET

List Tables

List all Tables (Applications) in the workspace — safe identity/connectivity check, verifies both Authorization and ACCOUNT-ID headers (GET /applications/)

GET

Get Table

Retrieve a Table's structure including field definitions (GET /applications/{tableId}/)

POST

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

Get Record

Fetch a single record by id (GET /applications/{tableId}/records/{recordId}/)

POST

Create Record

Create a record in a Table (body = field map keyed by field slug) (POST /applications/{tableId}/records/)

PATCH

Update Record

Partially update a record — only included fields are changed (PATCH /applications/{tableId}/records/{recordId}/)

DELETE

Delete Record

Delete a single record (DELETE /applications/{tableId}/records/{recordId}/)

POST

Bulk Add Records

Add up to 25 records in one call (POST /applications/{tableId}/records/bulk/)

PATCH

Bulk Update Records

Partially update up to 25 records in one call (PATCH /applications/{tableId}/records/bulk/)

PATCH

Bulk Delete Records

Delete a batch of records by id (PATCH /applications/{tableId}/records/bulk_delete/)

GET

List Deleted Records

List soft-deleted records in a Table (GET /applications/{tableId}/records/deleted/)

POST

Restore Record

Restore a soft-deleted record (POST /applications/{tableId}/records/{recordId}/restore/)

Comments2

GET

List Comments

Get a record's comments (GET /comments/?record={recordId})

POST

Add Comment

Create a comment on a record (POST /comments/)

Solutions2

GET

List Solutions

List all Solutions (workspace containers) (GET /solutions/)

GET

Get Solution

Retrieve a Solution's structure (GET /solutions/{solutionId}/)

Members1

GET

List Members

List workspace members (users) (GET /members/)

Teams1

GET

List Teams

List workspace teams (groups) (GET /teams/)

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.