Formcarry
formcarryFormcarry is a form API that allows you to collect submissions from your own designed HTML forms without coding any backend, providing features like email notifications, file uploads, spam protection, and integrations with other apps.
Acciones disponibles (1)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Retrieve Form SubmissionsFORMCARRY_RETRIEVE_SUBMISSIONSAcciónTool to retrieve a list of submissions for a specific form identified by its id. supports pagination to navigate through large sets of submissions.
FORMCARRY_RETRIEVE_SUBMISSIONSAcciónTool to retrieve a list of submissions for a specific form identified by its id. supports pagination to navigate through large sets of submissions.
Parámetros de entrada
pageintegerPage number for pagination. Starts from 1.
limitintegerNumber of submissions per page. Default is 25, Max is 100.
formIdstringObligatorioThe ID of the form to retrieve submissions for.
Parámetros de salida
dataobject[]ObligatorioThe list of submissions.
metaobjectObligatorioMetadata for pagination.
errorstringError if any occurred during the execution of the action
statusstringObligatorioThe status of the request, e.g., 'success'.
successfulbooleanObligatorioWhether or not the action execution was successful or not