Jotform entegrasyonu | Zervanor
← Tüm konnektörler

Jotform

Aynı zamanda bir ajan aracı
productivity

Jotform REST API: manage forms, questions and properties, read and add submissions, create reports and folders, register form webhooks, and read account usage and settings.

37 eylemler · 1 tetikleyiciler

Jotform entegrasyonu — 37 aksiyon ve 1 tetikleyici ile Jotform'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get User, Get Usage, Get Settings, Update Settings, Get Subusers. 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

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

polling

New Jotform submissions (polled)

Polls /form/{formID}/submissions on a schedule with offset paging; responses are wrapped in the content array.

Eylemler 37

Zervanor'un Jotform üzerinde yapabilecekleri.

Form19

GET

Get Form

Get the details of a single form — title, status, counts, dates (GET /form/{formID}).

PUT

Create Form

Create a new form with questions and properties (PUT /form). Fields are sent as bracketed form keys (e.g. questions[0][type]).

POST

Clone Form

Clone an existing form into a new form in the account (POST /form/{formID}/clone).

DELETE

Delete Form

Delete a form (DELETE /form/{formID}). The form is moved to trash.

GET

Get Form Questions

Get all questions on a form (GET /form/{formID}/questions).

GET

Get Form Question

Get a single question on a form by question id (GET /form/{formID}/question/{qid}).

POST

Add Question

Add a new question to a form (POST /form/{formID}/questions). Question fields are sent as bracketed form keys (e.g. question[type]).

POST

Update Question

Update a question's properties on a form (POST /form/{formID}/question/{qid}).

DELETE

Delete Question

Delete a question from a form (DELETE /form/{formID}/question/{qid}).

GET

Get Form Properties

Get a form's properties — title, theme, fonts, thank-you page, and other settings (GET /form/{formID}/properties).

POST

Update Form Properties

Update a form's properties (POST /form/{formID}/properties). Send only the properties to change.

GET

Get Form Files

Get all files uploaded to a form's submissions (GET /form/{formID}/files).

GET

Get Form Webhooks

List the webhook URLs registered on a form (GET /form/{formID}/webhooks).

POST

Add Form Webhook

Register a webhook URL on a form (POST /form/{formID}/webhooks). Jotform POSTs form-encoded submission data to this URL on each new submission (unsigned).

DELETE

Delete Form Webhook

Delete a registered webhook from a form by its index (DELETE /form/{formID}/webhooks/{webhookID}).

GET

Get Form Reports

List the reports created for a form (GET /form/{formID}/reports).

POST

Create Form Report

Create a report (Excel, CSV, grid, table, or RSS) for a form's submissions (POST /form/{formID}/reports).

GET

Get Form Submissions

List a form's submissions (GET /form/{formID}/submissions). Supports offset/limit paging, a filter object (e.g. {"created_at:gt":"..."}), and orderby. Recommended polling source for new submissions.

POST

Add Submission

Add a submission to a form programmatically (POST /form/{formID}/submissions). Answers are sent as bracketed form keys (e.g. submission[3]=value).

User8

GET

Get User

Get account details for the API key owner (GET /user). Identity + connectivity probe.

GET

Get Usage

Get the account's monthly usage counters — submissions, SSL submissions, uploads, API calls (GET /user/usage).

GET

Get Settings

Get the account's user settings — timezone, language, security question, etc. (GET /user/settings).

POST

Update Settings

Update the account's user settings (POST /user/settings). Send only the setting fields to change.

GET

Get Subusers

Get the account's subusers and their access rights (GET /user/subusers).

GET

Get Folders

Get the account's form folders as a nested tree (GET /user/folders).

GET

Get Reports

Get all reports in the account across all forms (GET /user/reports).

GET

Get Forms

List the account's forms (GET /user/forms). Supports offset/limit paging, filter, and orderby.

Folder4

GET

Get Folder

Get a folder's details and the forms it contains (GET /folder/{folderID}).

POST

Create Folder

Create a new folder for organizing forms (POST /folder).

POST

Update Folder

Update a folder — rename, recolor, or move forms into it (POST /folder/{folderID}).

DELETE

Delete Folder

Delete a folder (DELETE /folder/{folderID}). Forms inside are not deleted.

Submission3

GET

Get Submission

Get a single submission's answers and metadata (GET /submission/{submissionID}).

POST

Edit Submission

Edit an existing submission's answers or flags (POST /submission/{submissionID}).

DELETE

Delete Submission

Delete a submission (DELETE /submission/{submissionID}).

Report2

GET

Get Report

Get the details of a single report by id (GET /report/{reportID}).

DELETE

Delete Report

Delete a report (DELETE /report/{reportID}).

System1

GET

Get Plan

Get the limits and pricing of a Jotform plan by name (GET /system/plan/{planName}), e.g. FREE, BRONZE, SILVER, GOLD.

Jotform kullanan Çözüm Şablonları

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

Sıkça sorulan sorular

Jotform ile neler otomatikleştirebilirim?

37 aksiyon var — örneğin: Get User, Get Usage, Get Settings, Update Settings, Get Subusers ve daha fazlası.

Hangi Jotform olayları bir workflow başlatabilir?

1 tetikleyici — örneğin: New Jotform submissions (polled).

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

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

Jotform entegrasyonu nasıl modellenir?

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