Signaturely
signaturelySignaturely is an electronic signature platform that allows users to sign documents online, offering features like automated signature requests, templates, and integrations with other platforms.
Acciones disponibles (2)
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.
List DocumentsSIGNATURELY_LIST_DOCUMENTSAcciónTool to list all documents. use after authenticating to retrieve documents with optional filters and pagination.
SIGNATURELY_LIST_DOCUMENTSAcciónTool to list all documents. use after authenticating to retrieve documents with optional filters and pagination.
Parámetros de entrada
pageintegerPage number for pagination (minimum 1)
limitintegerNumber of results per page (1–100)
statusstringenumFilter by document status (draft, sent, signed, declined, canceled)
draftsentsigneddeclinedcanceleduser_idintegerFilter documents by user ID
templatebooleanFilter by template flag (true for templates, false for documents)
created_at_tostringReturn documents created before this date (ISO 8601)
created_at_fromstringReturn documents created after this date (ISO 8601)
Parámetros de salida
dataobject[]ObligatorioList of document objects
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TemplatesSIGNATURELY_LIST_TEMPLATESAcciónTool to list all templates. implemented via filtering documents endpoint with template flag.
SIGNATURELY_LIST_TEMPLATESAcciónTool to list all templates. implemented via filtering documents endpoint with template flag.
Parámetros de entrada
pageintegerPage number for pagination (1-based)
limitintegerNumber of records per page
Parámetros de salida
dataobject[]ObligatorioArray of template objects
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination metadata
successfulbooleanObligatorioWhether or not the action execution was successful or not