NAiOS IconNAiOS Logo
Volver al catálogo

Formdesk

formdesk

Formdesk is an online form builder that allows users to create and manage professional online forms with flexible features and integrations.

Acciones
24
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 (24)

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.

Automatic LoginFORMDESK_AUTOMATIC_LOGINAcción

Tool to perform automatic login to Formdesk and retrieve an access token. Use when you need to authenticate with username and password.

Parámetros de entrada

  • passwordstringObligatorio

    Password for the Formdesk account

  • usernamestringObligatorio

    Username or email of the Formdesk account

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

Create Formdesk EntryFORMDESK_CREATE_ENTRYAcción

Tool to submit a new entry to a Formdesk form. Use after collecting all form field values to send a new entry for a specific formId. Example: "Submit entry to form 12345 with first_name='Bob', email='bob@example.com'."

Parámetros de entrada

  • fieldsobjectObligatorio

    Mapping of form field identifiers to their values. Must match the form's schema exactly and cannot be empty.

  • formIdstringObligatorio

    Identifier of the Formdesk form to which the entry will be submitted

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

Create FieldFORMDESK_CREATE_FIELDAcción

Tool to create a new field in a specific Formdesk form. Use after you have the formId and need to extend the form schema with an additional input.

Parámetros de entrada

  • fieldobjectObligatorio

    JSON object representing the field definition as per Formdesk API

  • formIdstringObligatorio

    Unique identifier of the form to add the field to

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

Create VisitorFORMDESK_CREATE_VISITORAcción

Tool to add a new visitor to a specific Formdesk form. Use when you need to register a visitor's metadata (e.g., name, email) before submitting entries.

Parámetros de entrada

  • formIdstringObligatorio

    Unique identifier of the form to which the visitor will be added

  • visitorobjectObligatorio

    Key/value pairs of visitor attributes as defined in your Formdesk form. Common keys: 'name', 'email', 'firstName', 'lastName', etc.

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

Delete Formdesk EntryFORMDESK_DELETE_ENTRYAcción

Tool to delete a specific entry from a Formdesk form. Use after confirming the target entry exists.

Parámetros de entrada

  • formIdstringObligatorio

    ID of the form containing the entry

  • entryIdstringObligatorio

    ID of the entry to delete

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

Delete Field in FormdeskFORMDESK_DELETE_FIELDAcción

Tool to delete a specific field in a Formdesk form. Use after confirming formId and fieldId.

Parámetros de entrada

  • form_idstringObligatorio

    The unique identifier of the form containing the field to delete.

  • field_idstringObligatorio

    The unique identifier of the field to delete from 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

Delete Form in FormdeskFORMDESK_DELETE_FORMAcción

Tool to delete a specific form. Use when you need to permanently remove a form after confirming it's no longer needed.

Parámetros de entrada

  • form_idstringObligatorio

    The unique identifier of the form to delete.

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

Delete Visitor in FormdeskFORMDESK_DELETE_VISITORAcción

Tool to delete a specific visitor in a Formdesk form. Use after confirming formId and visitorId.

Parámetros de entrada

  • form_idstringObligatorio

    The unique identifier of the form containing the visitor to delete.

  • visitor_idstringObligatorio

    The unique identifier of the visitor to delete from 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

Get Entry DetailsFORMDESK_GET_ENTRY_DETAILSAcción

Tool to retrieve detailed information about a specific Formdesk entry. Use after confirming you have the form ID and entry ID.

Parámetros de entrada

  • form_idstringObligatorio

    Identifier of the form under which the entry was submitted

  • entry_idstringObligatorio

    Identifier of the specific entry to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Raw JSON response containing entry details

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Field DetailsFORMDESK_GET_FIELD_DETAILSAcción

Tool to retrieve detailed information about a specific field. Use after confirming the formId and fieldId to inspect the field’s properties.

Parámetros de entrada

  • formIdstringObligatorio

    Unique identifier of the form containing the field

  • fieldIdstringObligatorio

    Unique identifier of the field to retrieve

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 Form DetailsFORMDESK_GET_FORM_DETAILSAcción

Tool to retrieve detailed information about a specific Formdesk form. Use when you have the formId.

Parámetros de entrada

  • formIdstringObligatorio

    Unique identifier of the form to retrieve (string or integer)

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 Form EntriesFORMDESK_GET_FORM_ENTRIESAcción

Tool to retrieve all entries for a specified Formdesk form. Use when you need to list submissions for a form by its ID.

Parámetros de entrada

  • form_idstringObligatorio

    Identifier of the form to fetch entries for

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 Form FieldsFORMDESK_GET_FORM_FIELDSAcción

Tool to retrieve all fields of a specific form. Use after obtaining the formId to inspect its field definitions.

Parámetros de entrada

  • formIdstringObligatorio

    Unique identifier of the form whose fields are to be retrieved

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 Form ListFORMDESK_GET_FORM_LISTAcción

Tool to retrieve a list of all forms available in the account. Use after obtaining a valid bearer token.

Parámetros de entrada

Sin parámetros.

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 Form VisitorsFORMDESK_GET_FORM_VISITORSAcción

Tool to retrieve all visitors for a specified Formdesk form. Use when you need to list visitors by form ID.

Parámetros de entrada

  • form_idstringObligatorio

    Identifier of the form to fetch visitors for

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 Visitor DetailsFORMDESK_GET_VISITOR_DETAILSAcción

Tool to retrieve detailed information about a specific Formdesk visitor. Use after confirming you have the form ID and visitor ID.

Parámetros de entrada

  • form_idstringObligatorio

    Identifier of the form containing the visitor

  • visitor_idstringObligatorio

    Identifier of the specific visitor to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Raw JSON response containing visitor details

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

KVK Handelsregister LookupFORMDESK_KVK_HANDELSREGISTER_LOOKUPAcción

Tool to lookup company details from the Dutch KVK Handelsregister. Use when auto-filling company address fields.

Parámetros de entrada

  • streetstring

    Street name of the company's address

  • kvkNumberstring

    KVK (Chamber of Commerce) number of the company

  • postalCodestring

    Postal code of the company's address

  • companyNamestring

    Official registered company name

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

Manage Visitor EntriesFORMDESK_MANAGE_VISITOR_ENTRIESAcción

Tool to list or retrieve a visitor's own form entries. Use after authenticating visitor.

Parámetros de entrada

  • form_idstringObligatorio

    Identifier of the form to retrieve entries for.

  • entry_idstring

    Identifier of the specific entry to retrieve.

  • visitor_idstring

    Optional visitor identifier to filter entries belonging to a specific visitor.

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

Create Multi-Page FormFORMDESK_MULTIPLE_PAGES_FORMAcción

Tool to create a multi-page Formdesk form. Use when you need forms split into multiple pages for better user experience.

Parámetros de entrada

  • formobjectObligatorio

    JSON payload representing the multi-page form structure according to Formdesk's schema

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

Prepopulate Formdesk FieldsFORMDESK_PREPOPULATE_FIELDSAcción

Tool to prepopulate form fields. Use when loading default, parameter-based, lookup, import, or webservice-provided values before displaying a form.

Parámetros de entrada

  • formIdstringObligatorio

    Identifier of the Formdesk form to prepopulate

  • methodstringObligatorioenum

    Prepopulation method: standard, parameter, lookup, import, or webservice

    standardparameterlookupimportwebservice
  • fieldValuesobjectObligatorio

    Mapping of form field identifiers to their desired prepopulation values

  • extraParametersobject

    Additional parameters specific to the chosen method, eg. lookup source or webservice config

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

Update FieldFORMDESK_UPDATE_FIELDAcción

Tool to update an existing field definition on a Formdesk form. Use when you need to modify field properties like label or validation rules.

Parámetros de entrada

  • formIdstringObligatorio

    Unique identifier of the form containing the field

  • fieldIdstringObligatorio

    Unique identifier of the field to update

  • propertiesobjectObligatorio

    Dictionary of field properties to update, such as label, type, or validation rules

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

Update FormFORMDESK_UPDATE_FORMAcción

Tool to update an existing form. Use when you need to modify form metadata after fetching current details.

Parámetros de entrada

  • namestring

    New name of the form

  • formIdstringObligatorio

    Unique identifier of the form to update

  • isActiveboolean

    Whether the form is active

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

Update VisitorFORMDESK_UPDATE_VISITORAcción

Tool to update an existing visitor for a given form. Use when you have the formId and visitorId and need to modify visitor details. Only include fields you want to change.

Parámetros de entrada

  • formIdstringObligatorio

    Identifier of the Formdesk form containing the visitor.

  • visitorobjectObligatorio

    Mapping of visitor attribute identifiers to updated values. Must contain at least one field.

  • visitorIdstringObligatorio

    Identifier of the visitor to update.

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

Webhook IntegrationFORMDESK_WEBHOOK_INTEGRATIONAcción

Tool to send form submission data to external webhooks. Use after retrieving entry details to push data to a custom endpoint.

Parámetros de entrada

  • methodstringenum

    HTTP method to use for the webhook call

    getpostputpatchdelete
  • headersobject

    Optional HTTP headers to include in the webhook request

  • payloadobjectObligatorio

    JSON payload to send to the webhook endpoint

  • webhook_urlstringObligatorio

    Destination webhook URL (must be a valid URI)

  • query_paramsobject

    Optional query parameters for the webhook request

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