AACFlow

Typeform

Работайте с Typeform

Typeform — удобная платформа для создания диалоговых форм, опросов и квизов с акцентом на вовлекающий пользовательский опыт.

Typeform позволяет:

  • Создавать интерактивные формы: проектируйте красивые диалоговые формы, которые вовлекают респондентов уникальным интерфейсом «один вопрос за раз»
  • Кастомизировать опыт: используйте условную логику, скрытые поля и кастомные темы для построения персонализированных пользовательских сценариев
  • Интегрироваться с другими инструментами: подключайтесь к 1000+ приложений через нативные интеграции и API
  • Анализировать данные ответов: получайте полезные инсайты через расширенную аналитику и отчётность

Интеграция Typeform в AACFlow позволяет вашим AI-агентам программно работать с данными Typeform в рамках своих воркфлоу. Агенты могут получать ответы на формы, обрабатывать данные отправки и встраивать обратную связь пользователей прямо в процессы принятия решений. Эта интеграция особенно полезна в таких сценариях, как квалификация лидов, анализ клиентской обратной связи и data-driven персонализация. Связывая AACFlow с Typeform, вы можете создавать интеллектуальные автоматизированные воркфлоу, которые превращают ответы из форм в полезные инсайты — анализируют тональность, классифицируют обратную связь, генерируют резюме и даже запускают follow-up действия по определённым паттернам ответов.

Инструкции по использованию

Интегрируйте Typeform в рабочий процесс. Может retrieve responses, download files, и get form insights. Can be used in trigger mode to trigger a workflow when a form — это submitted. Требуется API Key.

Инструменты

typeform_responses

Получить form responses from Typeform

Входные параметры

ПараметрТипОбязательныйОписание
formIdstringДаTypeform form ID (e.g., "abc123XYZ")
apiKeystringДаTypeform Personal Access Token
pageSizenumberНетNumber of responses to retrieve (e.g., 10, 25, 50)
beforestringНетCursor token for fetching the next page of older responses
afterstringНетCursor token for fetching the next page of newer responses
sincestringНетRetrieve responses submitted after this date (e.g., "2024-01-01T00:00:00Z")
untilstringНетRetrieve responses submitted before this date (e.g., "2024-12-31T23:59:59Z")
completedstringНетFilter by completion status (e.g., "true", "false", "all")

Выходные данные

ПараметрТипОписание
total_itemsnumberTotal number of responses
page_countnumberTotal number of pages available
itemsarrayМассив response objects with response_id, submitted_at, answers, and metadata

typeform_files

Загрузить files uploaded in Typeform responses

Входные параметры

ПараметрТипОбязательныйОписание
formIdstringДаTypeform form ID (e.g., "abc123XYZ")
responseIdstringДаResponse ID containing the files (e.g., "resp_xyz789")
fieldIdstringДаUnique ID of the file upload field
filenamestringДаFilename of the uploaded file
inlinebooleanНетWhether to request the file with inline Content-Disposition
apiKeystringДаTypeform Personal Access Token

Выходные данные

ПараметрТипОписание
fileUrlstringDirect download URL for the uploaded file
filefileDownloaded file stored in execution files
contentTypestringMIME type of the uploaded file
filenamestringOriginal filename of the uploaded file

typeform_insights

Получить insights и analytics для Typeform forms

Входные параметры

ПараметрТипОбязательныйОписание
formIdstringДаTypeform form ID (e.g., "abc123XYZ")
apiKeystringДаTypeform Personal Access Token

Выходные данные

ПараметрТипОписание
fieldsarrayNumber of users who dropped off at this field
dropoffsnumberNumber of users who dropped off at this field
idstringUnique field ID
labelstringField label
refstringField reference name
titlestringField title/question
typestringField type (e.g., short_text, multiple_choice)
viewsnumberNumber of times this field was viewed
formobjectAverage completion time for this platform
platformsarrayAverage completion time for this platform
average_timenumberAverage completion time for this platform
completion_ratenumberCompletion rate for this platform
platformstringPlatform name (e.g., desktop, mobile)
responses_countnumberNumber of responses from this platform
total_visitsnumberTotal visits from this platform
unique_visitsnumberUnique visits from this platform
summaryobjectOverall average completion time
average_timenumberOverall average completion time
completion_ratenumberOverall completion rate
responses_countnumberTotal number of responses
total_visitsnumberTotal number of visits
unique_visitsnumberTotal number of unique visits

typeform_list_forms

Получить список of all forms in your Typeform account

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаTypeform Personal Access Token
searchstringНетSearch query to filter forms by title (e.g., "Customer Feedback")
pagenumberНетPage number for постраничная выборка (e.g., 1, 2, 3)
pageSizenumberНетNumber of forms per page (e.g., 10, 25, 50, max: 200)
workspaceIdstringНетFilter forms by workspace ID (e.g., "ws_abc123")

Выходные данные

ПараметрТипОписание
total_itemsnumberTotal number of forms in the account
page_countnumberTotal number of pages available
itemsarrayМассив form objects with id, title, created_at, last_updated_at, settings, theme, and _links

typeform_get_form

Получить complete details и structure of a specific form

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаTypeform Personal Access Token
formIdstringДаForm unique identifier (e.g., "abc123XYZ")

Выходные данные

ПараметрТипОписание
idstringForm unique identifier
titlestringForm title
typestringForm type (form, quiz, etc.)
settingsobjectForm settings including language, progress bar, etc.
themeobjectTheme reference
workspaceobjectWorkspace reference
fieldsarrayМассив form fields/questions
welcome_screensarrayМассив welcome screens (empty if none configured)
thankyou_screensarrayМассив thank you screens
created_atstringForm creation timestamp (ISO 8601 format)
last_updated_atstringForm last update timestamp (ISO 8601 format)
published_atstringForm publication timestamp (ISO 8601 format)
_linksobjectRelated resource links including public form URL

typeform_create_form

Создать новый form с fields и settings

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаTypeform Personal Access Token
titlestringДаForm title
typestringНетForm type (default: "form"). Options: "form", "quiz"
workspaceIdstringНетWorkspace ID to create the form in (e.g., "ws_abc123")
fieldsjsonНетМассив field objects defining the form structure. Each field needs: type, title, and optional properties/validations
settingsjsonНетForm settings object (language, progress_bar, etc.)
themeIdstringНетme ID to apply to the form

Выходные данные

ПараметрТипОписание
idstringCreated form unique identifier
titlestringForm title
typestringForm type
settingsobjectForm settings object
themeobjectTheme reference
workspaceobjectWorkspace reference
fieldsarrayМассив created form fields (empty if none added)
welcome_screensarrayМассив welcome screens (empty if none configured)
thankyou_screensarrayМассив thank you screens
_linksobjectRelated resource links including public form URL

typeform_update_form

Обновитьn existing form using JSON Patch operations

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаTypeform Personal Access Token
formIdstringДаForm unique identifier to update (e.g., "abc123XYZ")
operationsjsonДаМассив JSON Patch operations (RFC 6902). Each operation needs: op (add/remove/replace), path, and value (for add/replace)

Выходные данные

ПараметрТипОписание
messagestringSuccess confirmation message

typeform_delete_form

Permanently delete a form и all its responses

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаTypeform Personal Access Token
formIdstringДаForm unique identifier to delete (e.g., "abc123XYZ")

Выходные данные

ПараметрТипОписание
deletedbooleanПроизошла ли form was successfully deleted
messagestringDeletion confirmation message

On this page

Начните создавать сегодня
Нам доверяют более 100 000 разработчиков.
SaaS-платформа для создания AI-агентов и управления агентным workforce.
Начать