NAiOS IconNAiOS Logo
Volver al catálogo

Fillout Forms

fillout_forms

Fillout is a platform that allows users to create and manage forms, offering a REST API for programmatic access to form data.

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.

Authorize OAuthFILLOUT_FORMS_AUTHORIZE_O_AUTHAcción

Tool to initiate the oauth authorization process for third-party applications. use when you need to generate the url to redirect your users to the fillout consent page.

Parámetros de entrada

  • statestring

    An arbitrary string to maintain state between the request and callback. It will be returned to your redirect URI.

  • client_idstringObligatorio

    The client ID of your OAuth application in Fillout, found in Developer settings.

  • redirect_urianyObligatoriouri

    The URL to which users will be redirected after granting or denying authorization.

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

Get formsFILLOUT_FORMS_GET_FORMSAcción

Tool to retrieve a list of all forms in your account. use when you need to list your forms after authenticating with fillout.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    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

Invalidate Access TokenFILLOUT_FORMS_INVALIDATE_ACCESS_TOKENAcción

Tool to revoke an existing oauth access token. use when the user logs out or you need to programmatically invalidate a token after deauthorization. example: "invalidate token abcdefg123456". this endpoint does not return a json body. successful calls return http 200 or 204.

Parámetros de entrada

  • tokenstringObligatorio

    OAuth access token to invalidate (do not include the 'Bearer' prefix).

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