Paperform
paperformPaperform is a flexible online form builder that combines beautiful design with serious digital smarts
Acciones disponibles (5)
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 SpacePAPERFORM_GET_SPACEAcciónTool to retrieve a space by ID from Paperform. Use when you need to get detailed information about a specific space.
PAPERFORM_GET_SPACEAcciónTool to retrieve a space by ID from Paperform. Use when you need to get detailed information about a specific space.
Parámetros de entrada
idstringObligatorioThe unique identifier of the space 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 Space FormsPAPERFORM_GET_SPACE_FORMSAcciónTool to retrieve forms in a space from Paperform. Use when you need to list all forms accessible by the authorized user within a specific space. This is a Business API only feature.
PAPERFORM_GET_SPACE_FORMSAcciónTool to retrieve forms in a space from Paperform. Use when you need to list all forms accessible by the authorized user within a specific space. This is a Business API only feature.
Parámetros de entrada
idstringObligatorioThe unique identifier of the space to retrieve forms from.
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
List FormsPAPERFORM_LIST_FORMSAcciónTool to list all forms accessible by the authorized user. Use when you need to retrieve available forms from Paperform.
PAPERFORM_LIST_FORMSAcciónTool to list all forms accessible by the authorized user. Use when you need to retrieve available forms from Paperform.
Parámetros de entrada
skipintegerNumber of forms to skip for pagination (default: 0)
limitintegerMaximum number of forms to return per request (default: 20)
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
List SpacesPAPERFORM_LIST_SPACESAcciónTool to list all spaces accessible by the authorized user. Use when you need to retrieve available spaces from Paperform.
PAPERFORM_LIST_SPACESAcciónTool to list all spaces accessible by the authorized user. Use when you need to retrieve available spaces from Paperform.
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
List TranslationsPAPERFORM_LIST_TRANSLATIONSAcciónTool to list all translations accessible by the authorized user. Use when you need to retrieve available translations from Paperform.
PAPERFORM_LIST_TRANSLATIONSAcciónTool to list all translations accessible by the authorized user. Use when you need to retrieve available translations from Paperform.
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