Google Forms
Aynı zamanda bir ajan aracıGoogle Forms integration (Forms API v1 — forms, responses, watches). Single-host connector. Polling trigger on form responses — Forms has no native signed webhook (push goes via Cloud Pub/Sub watches, deferred).
10 eylemler · 1 tetikleyiciler
Google Forms entegrasyonu — 10 aksiyon ve 1 tetikleyici ile Google Forms'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Create Form, Get Form, Batch Update Form, Set Publish Settings, List Form Responses. 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
Google Forms üzerinde bir iş akışını başlatabilen olaylar.
New form response
Polls forms.responses.list for responses submitted since the last run, using filter=timestamp >= <cursor>.
Eylemler 10
Zervanor'un Google Forms üzerinde yapabilecekleri.
Create Form
Create a new form (Forms API: forms.create). Only info.title and info.documentTitle from the body are honored; all other content is added afterward via batch_update_form.
Get Form
Retrieve a form's structure, title, items (questions), settings, responderUri, and linkedSheetId (Forms API: forms.get).
Batch Update Form
Apply an ordered batch of mutation requests to a form — add/update/delete items and settings (Forms API: forms.batchUpdate). Colon-suffixed custom method.
Set Publish Settings
Update a form's publish state / response-acceptance settings (Forms API: forms.setPublishSettings). Colon-suffixed custom method.
List Form Responses
List a form's submitted responses (Forms API: forms.responses.list). Page-token paginated; supports a timestamp filter. Polling source for the new-response trigger.
Get Form Response
Retrieve a single form response (Forms API: forms.responses.get).
Create Watch
Create a watch that pushes change notifications for a form to a Cloud Pub/Sub topic (Forms API: forms.watches.create). The v1 trigger uses polling, not this watch.
List Watches
List the calling project's watches for a form (Forms API: forms.watches.list).
Delete Watch
Delete a watch subscription (Forms API: forms.watches.delete). Deletes the watch, NOT the form — the Forms API has no form delete.
Renew Watch
Renew a watch's expiry by 7 days and clear its error state (Forms API: forms.watches.renew). Colon-suffixed custom method.
Aramanızla eşleşen bir şey yok.
Google Forms kullanan Çözüm Şablonları
Google Forms ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
Google Forms ile neler otomatikleştirebilirim?
10 aksiyon var — örneğin: Create Form, Get Form, Batch Update Form, Set Publish Settings, List Form Responses ve daha fazlası.
Hangi Google Forms olayları bir workflow başlatabilir?
1 tetikleyici — örneğin: New form response.
Google Forms bir AI agent aracı olarak kullanılabilir mi?
Evet. Google Forms'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
Google Forms entegrasyonu nasıl modellenir?
Google Forms 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.