Formdesk
formdeskFormdesk is an online form builder that allows users to create and manage professional online forms with flexible features and integrations.
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ónTool to perform automatic login to Formdesk and retrieve an access token. Use when you need to authenticate with username and password.
FORMDESK_AUTOMATIC_LOGINAcciónTool 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
passwordstringObligatorioPassword for the Formdesk account
usernamestringObligatorioUsername or email of the Formdesk account
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Formdesk EntryFORMDESK_CREATE_ENTRYAcciónTool 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'."
FORMDESK_CREATE_ENTRYAcciónTool 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
fieldsobjectObligatorioMapping of form field identifiers to their values. Must match the form's schema exactly and cannot be empty.
formIdstringObligatorioIdentifier of the Formdesk form to which the entry will be submitted
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create FieldFORMDESK_CREATE_FIELDAcciónTool 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.
FORMDESK_CREATE_FIELDAcciónTool 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
fieldobjectObligatorioJSON object representing the field definition as per Formdesk API
formIdstringObligatorioUnique identifier of the form to add the field to
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create VisitorFORMDESK_CREATE_VISITORAcciónTool 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.
FORMDESK_CREATE_VISITORAcciónTool 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
formIdstringObligatorioUnique identifier of the form to which the visitor will be added
visitorobjectObligatorioKey/value pairs of visitor attributes as defined in your Formdesk form. Common keys: 'name', 'email', 'firstName', 'lastName', etc.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Formdesk EntryFORMDESK_DELETE_ENTRYAcciónTool to delete a specific entry from a Formdesk form. Use after confirming the target entry exists.
FORMDESK_DELETE_ENTRYAcciónTool to delete a specific entry from a Formdesk form. Use after confirming the target entry exists.
Parámetros de entrada
formIdstringObligatorioID of the form containing the entry
entryIdstringObligatorioID of the entry to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Field in FormdeskFORMDESK_DELETE_FIELDAcciónTool to delete a specific field in a Formdesk form. Use after confirming formId and fieldId.
FORMDESK_DELETE_FIELDAcciónTool to delete a specific field in a Formdesk form. Use after confirming formId and fieldId.
Parámetros de entrada
form_idstringObligatorioThe unique identifier of the form containing the field to delete.
field_idstringObligatorioThe unique identifier of the field to delete from the form.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Form in FormdeskFORMDESK_DELETE_FORMAcciónTool to delete a specific form. Use when you need to permanently remove a form after confirming it's no longer needed.
FORMDESK_DELETE_FORMAcciónTool 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_idstringObligatorioThe unique identifier of the form to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Visitor in FormdeskFORMDESK_DELETE_VISITORAcciónTool to delete a specific visitor in a Formdesk form. Use after confirming formId and visitorId.
FORMDESK_DELETE_VISITORAcciónTool to delete a specific visitor in a Formdesk form. Use after confirming formId and visitorId.
Parámetros de entrada
form_idstringObligatorioThe unique identifier of the form containing the visitor to delete.
visitor_idstringObligatorioThe unique identifier of the visitor to delete from the form.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Entry DetailsFORMDESK_GET_ENTRY_DETAILSAcciónTool to retrieve detailed information about a specific Formdesk entry. Use after confirming you have the form ID and entry ID.
FORMDESK_GET_ENTRY_DETAILSAcciónTool 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_idstringObligatorioIdentifier of the form under which the entry was submitted
entry_idstringObligatorioIdentifier of the specific entry to retrieve
Parámetros de salida
dataobjectObligatorioRaw JSON response containing entry details
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Field DetailsFORMDESK_GET_FIELD_DETAILSAcciónTool to retrieve detailed information about a specific field. Use after confirming the formId and fieldId to inspect the field’s properties.
FORMDESK_GET_FIELD_DETAILSAcciónTool 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
formIdstringObligatorioUnique identifier of the form containing the field
fieldIdstringObligatorioUnique identifier of the field to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Form DetailsFORMDESK_GET_FORM_DETAILSAcciónTool to retrieve detailed information about a specific Formdesk form. Use when you have the formId.
FORMDESK_GET_FORM_DETAILSAcciónTool to retrieve detailed information about a specific Formdesk form. Use when you have the formId.
Parámetros de entrada
formIdstringObligatorioUnique identifier of the form to retrieve (string or integer)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Form EntriesFORMDESK_GET_FORM_ENTRIESAcciónTool to retrieve all entries for a specified Formdesk form. Use when you need to list submissions for a form by its ID.
FORMDESK_GET_FORM_ENTRIESAcciónTool 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_idstringObligatorioIdentifier of the form to fetch entries for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Form FieldsFORMDESK_GET_FORM_FIELDSAcciónTool to retrieve all fields of a specific form. Use after obtaining the formId to inspect its field definitions.
FORMDESK_GET_FORM_FIELDSAcciónTool to retrieve all fields of a specific form. Use after obtaining the formId to inspect its field definitions.
Parámetros de entrada
formIdstringObligatorioUnique identifier of the form whose fields are to be retrieved
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Form ListFORMDESK_GET_FORM_LISTAcciónTool to retrieve a list of all forms available in the account. Use after obtaining a valid bearer token.
FORMDESK_GET_FORM_LISTAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Form VisitorsFORMDESK_GET_FORM_VISITORSAcciónTool to retrieve all visitors for a specified Formdesk form. Use when you need to list visitors by form ID.
FORMDESK_GET_FORM_VISITORSAcciónTool to retrieve all visitors for a specified Formdesk form. Use when you need to list visitors by form ID.
Parámetros de entrada
form_idstringObligatorioIdentifier of the form to fetch visitors for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Visitor DetailsFORMDESK_GET_VISITOR_DETAILSAcciónTool to retrieve detailed information about a specific Formdesk visitor. Use after confirming you have the form ID and visitor ID.
FORMDESK_GET_VISITOR_DETAILSAcciónTool 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_idstringObligatorioIdentifier of the form containing the visitor
visitor_idstringObligatorioIdentifier of the specific visitor to retrieve
Parámetros de salida
dataobjectObligatorioRaw JSON response containing visitor details
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
KVK Handelsregister LookupFORMDESK_KVK_HANDELSREGISTER_LOOKUPAcciónTool to lookup company details from the Dutch KVK Handelsregister. Use when auto-filling company address fields.
FORMDESK_KVK_HANDELSREGISTER_LOOKUPAcciónTool to lookup company details from the Dutch KVK Handelsregister. Use when auto-filling company address fields.
Parámetros de entrada
streetstringStreet name of the company's address
kvkNumberstringKVK (Chamber of Commerce) number of the company
postalCodestringPostal code of the company's address
companyNamestringOfficial registered company name
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Manage Visitor EntriesFORMDESK_MANAGE_VISITOR_ENTRIESAcciónTool to list or retrieve a visitor's own form entries. Use after authenticating visitor.
FORMDESK_MANAGE_VISITOR_ENTRIESAcciónTool to list or retrieve a visitor's own form entries. Use after authenticating visitor.
Parámetros de entrada
form_idstringObligatorioIdentifier of the form to retrieve entries for.
entry_idstringIdentifier of the specific entry to retrieve.
visitor_idstringOptional visitor identifier to filter entries belonging to a specific visitor.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Multi-Page FormFORMDESK_MULTIPLE_PAGES_FORMAcciónTool to create a multi-page Formdesk form. Use when you need forms split into multiple pages for better user experience.
FORMDESK_MULTIPLE_PAGES_FORMAcciónTool to create a multi-page Formdesk form. Use when you need forms split into multiple pages for better user experience.
Parámetros de entrada
formobjectObligatorioJSON payload representing the multi-page form structure according to Formdesk's schema
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Prepopulate Formdesk FieldsFORMDESK_PREPOPULATE_FIELDSAcciónTool to prepopulate form fields. Use when loading default, parameter-based, lookup, import, or webservice-provided values before displaying a form.
FORMDESK_PREPOPULATE_FIELDSAcciónTool to prepopulate form fields. Use when loading default, parameter-based, lookup, import, or webservice-provided values before displaying a form.
Parámetros de entrada
formIdstringObligatorioIdentifier of the Formdesk form to prepopulate
methodstringObligatorioenumPrepopulation method: standard, parameter, lookup, import, or webservice
standardparameterlookupimportwebservicefieldValuesobjectObligatorioMapping of form field identifiers to their desired prepopulation values
extraParametersobjectAdditional parameters specific to the chosen method, eg. lookup source or webservice config
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update FieldFORMDESK_UPDATE_FIELDAcciónTool to update an existing field definition on a Formdesk form. Use when you need to modify field properties like label or validation rules.
FORMDESK_UPDATE_FIELDAcciónTool 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
formIdstringObligatorioUnique identifier of the form containing the field
fieldIdstringObligatorioUnique identifier of the field to update
propertiesobjectObligatorioDictionary of field properties to update, such as label, type, or validation rules
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update FormFORMDESK_UPDATE_FORMAcciónTool to update an existing form. Use when you need to modify form metadata after fetching current details.
FORMDESK_UPDATE_FORMAcciónTool to update an existing form. Use when you need to modify form metadata after fetching current details.
Parámetros de entrada
namestringNew name of the form
formIdstringObligatorioUnique identifier of the form to update
isActivebooleanWhether the form is active
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update VisitorFORMDESK_UPDATE_VISITORAcciónTool 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.
FORMDESK_UPDATE_VISITORAcciónTool 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
formIdstringObligatorioIdentifier of the Formdesk form containing the visitor.
visitorobjectObligatorioMapping of visitor attribute identifiers to updated values. Must contain at least one field.
visitorIdstringObligatorioIdentifier of the visitor to update.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Webhook IntegrationFORMDESK_WEBHOOK_INTEGRATIONAcciónTool to send form submission data to external webhooks. Use after retrieving entry details to push data to a custom endpoint.
FORMDESK_WEBHOOK_INTEGRATIONAcciónTool to send form submission data to external webhooks. Use after retrieving entry details to push data to a custom endpoint.
Parámetros de entrada
methodstringenumHTTP method to use for the webhook call
getpostputpatchdeleteheadersobjectOptional HTTP headers to include in the webhook request
payloadobjectObligatorioJSON payload to send to the webhook endpoint
webhook_urlstringObligatorioDestination webhook URL (must be a valid URI)
query_paramsobjectOptional query parameters for the webhook request
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not