Docnify
docnifyDocnify is a digital signing platform that simplifies the document signing process, offering integrations with tools like Figma, Jira, Trello, and Google Docs to create a unified workspace.
Acciones disponibles (13)
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.
Add Document RecipientDOCNIFY_ADD_DOCUMENT_RECIPIENTAcciónTool to add a recipient to a document. Use after confirming the document's ID. Optionally specify signing order and authentication options.
DOCNIFY_ADD_DOCUMENT_RECIPIENTAcciónTool to add a recipient to a document. Use after confirming the document's ID. Optionally specify signing order and authentication options.
Parámetros de entrada
namestringObligatorioFull name of the recipient
rolestringObligatorioenumRole of the recipient
SIGNERAPPROVERVIEWERASSISTANTCCemailstringObligatorioEmail address of the recipient
documentIdintegerObligatorioID of the document to add a recipient to
authOptionsobjectRecipient-level authentication options (Enterprise only).
signingOrderintegerZero-based order in which the recipient should act
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 Document FieldsDOCNIFY_CREATE_DOCUMENT_FIELDSAcciónTool to create one or more fields on a document. Use after fetching a document to add fields before sending.
DOCNIFY_CREATE_DOCUMENT_FIELDSAcciónTool to create one or more fields on a document. Use after fetching a document to add fields before sending.
Parámetros de entrada
fieldsobject[]ObligatorioList of field definitions to add to the document
documentIdintegerObligatorioID of the document to modify
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 DocumentDOCNIFY_DELETE_DOCUMENTAcciónTool to delete a specific document by its ID. Use when you have confirmed the document should be permanently removed.
DOCNIFY_DELETE_DOCUMENTAcciónTool to delete a specific document by its ID. Use when you have confirmed the document should be permanently removed.
Parámetros de entrada
idintegerObligatorioThe ID of the document to delete (must be >= 1).
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 Document FieldDOCNIFY_DELETE_DOCUMENT_FIELDSAcciónTool to delete a field from a document. Use when you need to remove a specific field from an existing document.
DOCNIFY_DELETE_DOCUMENT_FIELDSAcciónTool to delete a field from a document. Use when you need to remove a specific field from an existing document.
Parámetros de entrada
idintegerObligatorioDocument ID
fieldIdstringObligatorioIdentifier of the field 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 document recipientDOCNIFY_DELETE_DOCUMENT_RECIPIENTAcciónTool to remove a recipient from a document. Use after verifying document and recipient IDs to revoke access.
DOCNIFY_DELETE_DOCUMENT_RECIPIENTAcciónTool to remove a recipient from a document. Use after verifying document and recipient IDs to revoke access.
Parámetros de entrada
document_idintegerObligatorioTarget document ID; must be a positive integer
recipient_idintegerObligatorioID of the recipient to remove; must be a positive 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 DocumentDOCNIFY_GET_DOCUMENTAcciónTool to fetch a specific document by its ID. Use when you need to view a document's current state and metadata.
DOCNIFY_GET_DOCUMENTAcciónTool to fetch a specific document by its ID. Use when you need to view a document's current state and metadata.
Parámetros de entrada
idintegerObligatorioThe ID of the document to retrieve (must be >= 1).
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 TemplateDOCNIFY_GET_TEMPLATEAcciónTool to fetch a specific template by its ID. Use to view a template's details and metadata.
DOCNIFY_GET_TEMPLATEAcciónTool to fetch a specific template by its ID. Use to view a template's details and metadata.
Parámetros de entrada
template_idintegerObligatorioThe ID of the template to retrieve (must be >= 1).
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 DocumentsDOCNIFY_LIST_DOCUMENTSAcciónTool to list documents in the Docnify account.
DOCNIFY_LIST_DOCUMENTSAcciónTool to list documents in the Docnify account.
Parámetros de entrada
pageintegerPage number for pagination
perPageintegerNumber of items per page
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 TemplatesDOCNIFY_LIST_TEMPLATESAcciónTool to list templates in the Docnify account.
DOCNIFY_LIST_TEMPLATESAcciónTool to list templates in the Docnify account.
Parámetros de entrada
pageintegerPage number for pagination
perPageintegerNumber of items per page
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
Resend DocumentDOCNIFY_RESEND_DOCUMENTAcciónTool to resend a document for signing. Use after verifying the document ID to re-trigger signing notifications.
DOCNIFY_RESEND_DOCUMENTAcciónTool to resend a document for signing. Use after verifying the document ID to re-trigger signing notifications.
Parámetros de entrada
idintegerObligatorioID of the document to resend
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
Send DocumentDOCNIFY_SEND_DOCUMENTAcciónTool to send a document for signing. Use after confirming the document's ID, adding recipients, and uploading content.
DOCNIFY_SEND_DOCUMENTAcciónTool to send a document for signing. Use after confirming the document's ID, adding recipients, and uploading content.
Parámetros de entrada
idintegerObligatorioID of the document to send for signing
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 Document FieldsDOCNIFY_UPDATE_DOCUMENT_FIELDSAcciónTool to update metadata of document fields. Use when you need to change labels or requirements of existing fields before sending.
DOCNIFY_UPDATE_DOCUMENT_FIELDSAcciónTool to update metadata of document fields. Use when you need to change labels or requirements of existing fields before sending.
Parámetros de entrada
fieldsobject[]ObligatorioList of field metadata updates
documentIdintegerObligatorioID of the document containing fields 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
Update Document RecipientDOCNIFY_UPDATE_DOCUMENT_RECIPIENTAcciónTool to update a recipient's details (name, email, role) on a document. Use after confirming document and recipient IDs. Provide at least one field to update.
DOCNIFY_UPDATE_DOCUMENT_RECIPIENTAcciónTool to update a recipient's details (name, email, role) on a document. Use after confirming document and recipient IDs. Provide at least one field to update.
Parámetros de entrada
namestringFull name of the recipient
rolestringenumRole of the recipient on the document
SIGNERAPPROVERVIEWERASSISTANTCCemailstringEmail address of the recipient
documentIdintegerObligatorioID of the document to update; must be a positive integer
recipientIdintegerObligatorioID of the recipient to update; must be a positive 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