NAiOS IconNAiOS Logo
Volver al catálogo

Getform

getform

Getform is a modern form backend platform that enables developers to handle web forms and submissions without setting up a server or writing backend code.

Acciones
3
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (3)

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.

Get Form SubmissionGETFORM_GET_FORM_GET_SUBMISSIONAcción

Tool to retrieve a specific submission by its ID. Use when you have both form_id and submission_id and need that single record.

Parámetros de entrada

  • form_idstringObligatorio

    Identifier of the form to retrieve the submission from

  • submission_idstringObligatorio

    Identifier of the submission to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Details of the requested submission

  • errorstring

    Error if any occurred during the execution of the action

  • successbooleanObligatorio

    True if the request succeeded

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Form SubmissionsGETFORM_GET_FORM_GET_SUBMISSIONSAcción

Tool to retrieve submissions for a specific form. Use when you have a form ID and need paginated, searchable submissions optionally including file URLs.

Parámetros de entrada

  • pageinteger

    Page number to retrieve; starts at 1 if provided

  • sizeinteger

    Number of submissions per page; defaults to 10 if omitted

  • filesboolean

    Whether to include uploaded file URLs in each submission when set to true

  • querystring

    Full-text search term to filter submissions

  • form_idstringObligatorio

    Identifier of the form to retrieve submissions for

  • timezonestring

    IANA timezone for formatting submission dates (e.g., Europe/Istanbul)

Parámetros de salida

  • dataobjectObligatorio

    Container for submissions and pagination info

  • errorstring

    Error if any occurred during the execution of the action

  • successbooleanObligatorio

    True if the request succeeded

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Submit FormGETFORM_GET_FORM_SUBMIT_FORMAcción

Tool to submit form data and files to a Getform endpoint. Use when you need to post fields, files, optional reCAPTCHA or honeypot to a specific form ID.

Parámetros de entrada

  • dataobject

    Key/value pairs representing form fields to submit.

  • filesobject[]

    Optional list of files to upload; will be posted as multipart/form-data

  • _gotchastring

    Honeypot field value; leave empty (spam filter).

  • form_idstringObligatorio

    Identifier of the Getform form endpoint (as in /f/{form_id})

  • accept_jsonboolean

    Whether to set Accept header to application/json for a JSON response instead of redirect

  • g-recaptcha-responsestring

    reCAPTCHA token for spam protection (if enabled on the form).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not