Typeform entegrasyonu | Zervanor
← Tüm konnektörler

Typeform

Aynı zamanda bir ajan aracı
productivity

Typeform: build and manage forms, themes, images and workspaces, read and delete responses, pull form insights, and manage response webhooks. Bearer personal-access-token auth. Change notifications use native HMAC-SHA256 signed webhooks (form_response event) with a responses-list polling fallback.

31 eylemler · 2 tetikleyiciler

Typeform entegrasyonu — 31 aksiyon ve 2 tetikleyici ile Typeform'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: List Forms, Get Form, Create Form, Update Form, Patch Form. 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 2

Typeform üzerinde bir iş akışını başlatabilen olaylar.

webhook

Form Response Submitted

Fires when a respondent submits a form (Typeform webhook event form_response). Requires a webhook registered on the form (Create or Update Webhook) pointing at the platform endpoint, with a matching signing secret.

polling

New Typeform responses (polled)

Polls GET /forms/{form_id}/responses with sort=submitted_at,asc and pages forward with the 'after' response token. Dedupe by response token.

Eylemler 31

Zervanor'un Typeform üzerinde yapabilecekleri.

Forms14

GET

List Forms

List your forms (GET /forms). Page-number pagination; optional search and workspace filters.

GET

Get Form

Retrieve a single form's full definition (GET /forms/{form_id}).

POST

Create Form

Create a new form (POST /forms). Provide title and (optionally) fields, welcome/thankyou screens, theme, settings and workspace.

PUT

Update Form

Replace an entire form definition (PUT /forms/{form_id}).

PATCH

Patch Form

Apply partial JSON-Patch operations to a form (PATCH /forms/{form_id}). Body is an array of { op, path, value } operations.

DELETE

Delete Form

Delete a form and all of its responses (DELETE /forms/{form_id}).

GET

Get Form Messages

Get the custom UI messages for a form (GET /forms/{form_id}/messages).

PUT

Update Form Messages

Update the custom UI messages for a form (PUT /forms/{form_id}/messages).

GET

List Responses

List a form's submitted responses (GET /forms/{form_id}/responses). Token pagination via before/after (response tokens); supports since/until time filters and sort. Suitable as a scheduled polling trigger for new responses.

DELETE

Delete Responses

Delete one or more responses from a form (DELETE /forms/{form_id}/responses). Provide the response tokens to delete.

GET

List Webhooks

List a form's webhooks (GET /forms/{form_id}/webhooks).

GET

Get Webhook

Retrieve a form webhook by its tag (GET /forms/{form_id}/webhooks/{tag}).

PUT

Create or Update Webhook

Create or update a form webhook by tag (PUT /forms/{form_id}/webhooks/{tag}). Set url, enabled, and a secret used to HMAC-sign deliveries; store the same secret as the connector webhook_secret credential to verify events.

DELETE

Delete Webhook

Delete a form webhook by tag (DELETE /forms/{form_id}/webhooks/{tag}).

Workspaces6

GET

List Workspaces

List your workspaces (GET /workspaces). Page-number pagination; optional search.

GET

Get Workspace

Retrieve a single workspace (GET /workspaces/{workspace_id}).

POST

Create Workspace

Create a new workspace (POST /workspaces).

PATCH

Update Workspace

Apply partial JSON-Patch operations to a workspace, e.g. rename (PATCH /workspaces/{workspace_id}).

DELETE

Delete Workspace

Delete a workspace (DELETE /workspaces/{workspace_id}).

PATCH

Add Workspace Members

Add members to a workspace (PATCH /workspaces/{workspace_id}/members) using JSON-Patch 'add' operations on /members.

Themes5

GET

List Themes

List your themes (GET /themes). Page-number pagination.

GET

Get Theme

Retrieve a single theme (GET /themes/{theme_id}).

POST

Create Theme

Create a new theme (POST /themes). Define colors, font, and background.

PUT

Update Theme

Update an existing theme (PUT /themes/{theme_id}).

DELETE

Delete Theme

Delete a theme (DELETE /themes/{theme_id}).

Images4

GET

List Images

List images in your image library (GET /images).

GET

Get Image

Retrieve an image's metadata (GET /images/{image_id}).

POST

Create Image

Add an image to your image library (POST /images). Provide a base64-encoded image plus file name, or a public image URL.

DELETE

Delete Image

Delete an image from your image library (DELETE /images/{image_id}).

Insights2

GET

Get Form Insights Summary

Get aggregate metrics for a form (GET /insights/{form_id}/summary): views, starts, submissions, completion and drop-off rates, and per-field breakdown.

GET

Get Form Insights Responses

Get the responses breakdown for form insights (GET /insights/{form_id}/responses): platform, completion and time-to-complete distributions.

Typeform kullanan Çözüm Şablonları

Typeform ile kendi otomasyonunu görsel tasarımcıda kur.

Typeform otomasyonları

Sıkça sorulan sorular

Typeform ile neler otomatikleştirebilirim?

31 aksiyon var — örneğin: List Forms, Get Form, Create Form, Update Form, Patch Form ve daha fazlası.

Hangi Typeform olayları bir workflow başlatabilir?

2 tetikleyici — örneğin: Form Response Submitted, New Typeform responses (polled).

Typeform bir AI agent aracı olarak kullanılabilir mi?

Evet. Typeform'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.

Typeform entegrasyonu nasıl modellenir?

Typeform 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.