
Ignisign
ignisignIgniSign is a comprehensive electronic signature platform that enables users to sign, send, and manage documents securely online.
Acciones disponibles (36)
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.
Ignisign API AuthenticationIGNISIGN_API_AUTHENTICATIONAcciónTool to authenticate an application over Ignisign API and retrieve a JWT. Use when obtaining a bearer token before making other API calls.
IGNISIGN_API_AUTHENTICATIONAcciónTool to authenticate an application over Ignisign API and retrieve a JWT. Use when obtaining a bearer token before making other API calls.
Parámetros de entrada
appIdstringObligatorioThe application identifier (e.g., appId_d9cf31d7-6f48-4b11-8168-ded211c1296d).
appEnvstringObligatorioenumExecution environment. Allowed values: DEVELOPMENT, STAGING, PRODUCTION.
DEVELOPMENTSTAGINGPRODUCTIONsecretstringObligatorioSecret tied to the application and environment; obtainable from Ignisign Console.
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
Cancel Signature RequestIGNISIGN_CANCEL_SIGNATURE_REQUESTAcciónTool to cancel a signature request. Use after identifying the signature request to abort.
IGNISIGN_CANCEL_SIGNATURE_REQUESTAcciónTool to cancel a signature request. Use after identifying the signature request to abort.
Parámetros de entrada
requestIdstringObligatorioUnique identifier of the signature request to cancel.
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
Initialize DocumentIGNISIGN_CREATE_DOCUMENTAcciónTool to initialize a document for a signature request. Use when linking a new document to an existing signature request after creating that request.
IGNISIGN_CREATE_DOCUMENTAcciónTool to initialize a document for a signature request. Use when linking a new document to an existing signature request after creating that request.
Parámetros de entrada
appIdstringObligatorioApplication identifier
labelstringHuman-friendly label for the document
appEnvstringObligatorioenumTarget application environment
DEVELOPMENTSTAGINGPRODUCTIONexternalIdstringFree-text external reference; not interpreted by IgniSign
descriptionstringHuman-readable description of the document
signatureRequestIdstringObligatorioID of the signature request to associate the document with
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 SignerIGNISIGN_CREATE_SIGNERAcciónTool to create a new signer. Use when onboarding a signer to an application environment after selecting a signer profile.
IGNISIGN_CREATE_SIGNERAcciónTool to create a new signer. Use when onboarding a signer to an application environment after selecting a signer profile.
Parámetros de entrada
appIdstringObligatorioThe application identifier.
emailstringSigner’s email address; required if demanded by the signer profile.
appEnvstringObligatorioenumThe application environment.
DEVELOPMENTSTAGINGPRODUCTIONlastNamestringSigner’s last name; required if demanded by the signer profile.
birthDatestringBirth date as YYYY-MM-DD; required if demanded by the signer profile.
firstNamestringSigner’s first name; required if demanded by the signer profile.
birthPlacestringPlace of birth; required if demanded by the signer profile.
externalIdstringExternal reference; not used by Ignisign for identification.
nationalitystringNationality as ISO 3166-1 alpha-2 code; required if demanded by the signer profile.
phoneNumberstringPhone number in E.164 format; required if demanded by the signer profile.
birthCountrystringBirth country as ISO 3166-1 alpha-2 code; required if demanded by the signer profile.
signerProfileIdstringObligatorioSigner profile ID to which the signer must conform.
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 Webhook EndpointIGNISIGN_CREATE_WEBHOOK_ENDPOINTAcciónTool to create a new webhook endpoint for an application. Use after obtaining application ID and environment to register for event notifications.
IGNISIGN_CREATE_WEBHOOK_ENDPOINTAcciónTool to create a new webhook endpoint for an application. Use after obtaining application ID and environment to register for event notifications.
Parámetros de entrada
urlstringObligatorioThe webhook endpoint URL to receive Ignisign events.
appIdstringObligatorioThe application identifier.
appEnvstringObligatorioenumThe application environment.
DEVELOPMENTSTAGINGPRODUCTIONdescriptionstringHuman-readable description of the webhook endpoint.
Parámetros de salida
dataobject[]ObligatorioData 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 DocumentIGNISIGN_DELETE_DOCUMENTAcciónTool to delete a specific document by its ID. Use when you need to permanently remove a document after processing is complete.
IGNISIGN_DELETE_DOCUMENTAcciónTool to delete a specific document by its ID. Use when you need to permanently remove a document after processing is complete.
Parámetros de entrada
documentIdstringObligatorioThe unique identifier of the document 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 Ignisign Signature RequestIGNISIGN_DELETE_SIGNATURE_REQUESTAcciónTool to delete a signature request. Use when you need to permanently remove a signature request by its ID.
IGNISIGN_DELETE_SIGNATURE_REQUESTAcciónTool to delete a signature request. Use when you need to permanently remove a signature request by its ID.
Parámetros de entrada
signatureRequestIdstringObligatorioUnique identifier of the signature request 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 SignerIGNISIGN_DELETE_SIGNERAcciónTool to delete a signer. Use when you need to remove a signer from a specific application environment after confirming signer ID.
IGNISIGN_DELETE_SIGNERAcciónTool to delete a signer. Use when you need to remove a signer from a specific application environment after confirming signer ID.
Parámetros de entrada
appIdstringObligatorioThe application identifier (e.g., appId_d9cf31d7-6f48-4b11-8168-ded211c1296d).
appEnvstringObligatorioenumThe application environment.
DEVELOPMENTSTAGINGPRODUCTIONsignerIdstringObligatorioUnique identifier of the signer to revoke.
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 Webhook EndpointIGNISIGN_DELETE_WEBHOOK_ENDPOINTAcciónTool to delete a specific webhook endpoint. Use when you want to remove an existing webhook by its ID.
IGNISIGN_DELETE_WEBHOOK_ENDPOINTAcciónTool to delete a specific webhook endpoint. Use when you want to remove an existing webhook by its ID.
Parámetros de entrada
webhookIdstringObligatorioUnique identifier of the webhook to delete.
Parámetros de salida
dataobject[]ObligatorioData 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 application contextIGNISIGN_GET_APPLICATION_CONTEXTAcciónTool to retrieve the global context of an application. Use when you need configuration and environment settings for a given app.
IGNISIGN_GET_APPLICATION_CONTEXTAcciónTool to retrieve the global context of an application. Use when you need configuration and environment settings for a given app.
Parámetros de entrada
app_idstringObligatorioUnique identifier of the Ignisign application
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 Document InformationIGNISIGN_GET_DOCUMENT_INFORMATIONAcciónTool to retrieve document metadata by ID. Use when you need detailed information of a specific document after obtaining its ID.
IGNISIGN_GET_DOCUMENT_INFORMATIONAcciónTool to retrieve document metadata by ID. Use when you need detailed information of a specific document after obtaining its ID.
Parámetros de entrada
documentIdstringObligatorioThe unique identifier of the document.
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 Missing Signer InputsIGNISIGN_GET_MISSING_SIGNER_INPUTSAcciónTool to determine missing inputs needed for a signer in a specific signature profile. Use after selecting a signature profile and signer to identify required fields.
IGNISIGN_GET_MISSING_SIGNER_INPUTSAcciónTool to determine missing inputs needed for a signer in a specific signature profile. Use after selecting a signature profile and signer to identify required fields.
Parámetros de entrada
appIdstringObligatorioThe application identifier used to identify the application.
appEnvstringObligatorioenumThe execution environment where requests are executed.
DEVELOPMENTSTAGINGPRODUCTIONsignerIdstringObligatorioThe unique identifier of the signer.
signatureProfileIdstringObligatorioThe unique identifier of the signature profile.
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 Signature Request DetailsIGNISIGN_GET_SIGNATURE_REQUEST_DETAILSAcciónTool to retrieve detailed information for a specific signature request. Use after creating or listing a signature request to inspect its details.
IGNISIGN_GET_SIGNATURE_REQUEST_DETAILSAcciónTool to retrieve detailed information for a specific signature request. Use after creating or listing a signature request to inspect its details.
Parámetros de entrada
signatureRequestIdstringObligatorioThe unique identifier of the signature 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
Get Signature Request DocumentIGNISIGN_GET_SIGNATURE_REQUEST_DOCUMENTAcciónTool to retrieve the document associated with a specific signature request. The action downloads the original file of a document. Provide `documentId` to select a specific document or omit to use the first available document of the request.
IGNISIGN_GET_SIGNATURE_REQUEST_DOCUMENTAcciónTool to retrieve the document associated with a specific signature request. The action downloads the original file of a document. Provide `documentId` to select a specific document or omit to use the first available document of the request.
Parámetros de entrada
requestIdstringObligatorioUnique identifier of the signature request.
documentIdstringOptional: specify a concrete documentId to download. If omitted, the first documentId found on the signature request will be used.
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 Signature RequestsIGNISIGN_GET_SIGNATURE_REQUESTSAcciónTool to retrieve a paginated list of signature requests for an application. Use after confirming the application ID and environment.
IGNISIGN_GET_SIGNATURE_REQUESTSAcciónTool to retrieve a paginated list of signature requests for an application. Use after confirming the application ID and environment.
Parámetros de entrada
pageintegerThe page number to return (1-indexed).
appIdstringObligatorioThe application identifier.
appEnvstringObligatorioenumThe application execution environment.
DEVELOPMENTSTAGINGPRODUCTIONpageSizeintegerThe number of items to return 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
Get Signature Request StatusIGNISIGN_GET_SIGNATURE_REQUEST_STATUSAcciónTool to retrieve the current status of a specific signature request. Use when you need to check the state of a single request by its ID.
IGNISIGN_GET_SIGNATURE_REQUEST_STATUSAcciónTool to retrieve the current status of a specific signature request. Use when you need to check the state of a single request by its ID.
Parámetros de entrada
requestIdstringObligatorioUnique identifier of the signature request to retrieve status 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 Signed DocumentIGNISIGN_GET_SIGNED_DOCUMENTAcciónTool to download the signed document (signature proof) for a signature request. The action will: 1) Resolve the first documentId from the signature request details. 2) Try v4: GET /documents/{documentId}/signatures/PDF_WITH_SIGNATURES 3) Fallback v3: GET /v3/documents/{documentId}/signature-proof 4) Final fallback: GET /documents/{documentId}/file (original file)
IGNISIGN_GET_SIGNED_DOCUMENTAcciónTool to download the signed document (signature proof) for a signature request. The action will: 1) Resolve the first documentId from the signature request details. 2) Try v4: GET /documents/{documentId}/signatures/PDF_WITH_SIGNATURES 3) Fallback v3: GET /v3/documents/{documentId}/signature-proof 4) Final fallback: GET /documents/{documentId}/file (original file)
Parámetros de entrada
requestIdstringObligatorioUnique identifier of the signature request to download the signed document 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 Signer Creation ConstraintsIGNISIGN_GET_SIGNER_CREATION_CONSTRAINTSAcciónTool to retrieve input constraints required to create a signer for a specific signature profile. Use after selecting a signature profile to determine required signer inputs.
IGNISIGN_GET_SIGNER_CREATION_CONSTRAINTSAcciónTool to retrieve input constraints required to create a signer for a specific signature profile. Use after selecting a signature profile to determine required signer inputs.
Parámetros de entrada
app_idstringObligatorioApplication identifier used to identify the application.
app_envstringObligatorioenumExecution environment where requests are executed.
DEVELOPMENTSTAGINGPRODUCTIONsignature_profile_idstringObligatorioUnique identifier of the signature profile.
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 Signer Input ConstraintsIGNISIGN_GET_SIGNER_INPUT_CONSTRAINTSAcciónTool to get signer input constraints. Use when you need to know which fields are required from signers for a given signer profile.
IGNISIGN_GET_SIGNER_INPUT_CONSTRAINTSAcciónTool to get signer input constraints. Use when you need to know which fields are required from signers for a given signer profile.
Parámetros de entrada
appIdstringObligatorioThe application identifier used to identify the application.
appEnvstringObligatorioenumThe execution environment where requests are executed.
DEVELOPMENTSTAGINGPRODUCTIONsignerProfileIdstringObligatorioThe unique identifier of the signer profile.
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 Signer InputsIGNISIGN_GET_SIGNER_INPUTSAcciónTool to retrieve inputs provided by a signer for a signature request. Use after a signer has completed their input steps to fetch submitted values.
IGNISIGN_GET_SIGNER_INPUTSAcciónTool to retrieve inputs provided by a signer for a signature request. Use after a signer has completed their input steps to fetch submitted values.
Parámetros de entrada
signerIdstringObligatorioUnique identifier of the signer whose inputs to retrieve
requestIdstringObligatorioUnique identifier of the signature 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
Get Signer ProfileIGNISIGN_GET_SIGNER_PROFILEAcciónTool to retrieve a signer profile. Use after obtaining the signer profile ID.
IGNISIGN_GET_SIGNER_PROFILEAcciónTool to retrieve a signer profile. Use after obtaining the signer profile ID.
Parámetros de entrada
app_idstringObligatorioApplication identifier for the Ignisign application.
app_envstringObligatorioenumExecution environment where requests are executed.
DEVELOPMENTSTAGINGPRODUCTIONsignerProfileIdstringObligatorioUnique identifier of the signer profile 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 Signer ProfilesIGNISIGN_GET_SIGNER_PROFILESAcciónTool to retrieve signer profiles. Use when listing all profiles for a given app environment after confirming app ID and environment.
IGNISIGN_GET_SIGNER_PROFILESAcciónTool to retrieve signer profiles. Use when listing all profiles for a given app environment after confirming app ID and environment.
Parámetros de entrada
app_idstringObligatorioApplication identifier
app_envstringObligatorioenumApplication environment
DEVELOPMENTSTAGINGPRODUCTION
Parámetros de salida
dataobject[]ObligatorioData 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 Webhook DetailsIGNISIGN_GET_WEBHOOK_DETAILSAcciónTool to retrieve details of a specific webhook endpoint. Use after you have the webhook ID to inspect its URL, description, and creation timestamp.
IGNISIGN_GET_WEBHOOK_DETAILSAcciónTool to retrieve details of a specific webhook endpoint. Use after you have the webhook ID to inspect its URL, description, and creation timestamp.
Parámetros de entrada
appIdstringObligatorioThe application identifier (e.g., appId_XXXX).
appEnvstringObligatorioenumExecution environment for the application.
DEVELOPMENTSTAGINGPRODUCTIONwebhookIdstringObligatorioUnique identifier of the webhook endpoint.
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 WebhooksIGNISIGN_GET_WEBHOOKSAcciónTool to list all webhook endpoints configured for an application environment. Use after confirming the application ID and environment.
IGNISIGN_GET_WEBHOOKSAcciónTool to list all webhook endpoints configured for an application environment. Use after confirming the application ID and environment.
Parámetros de entrada
appIdstringObligatorioThe application identifier (e.g., appId_XXXX).
appEnvstringObligatorioenumExecution environment for the application.
DEVELOPMENTSTAGINGPRODUCTION
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
Close Ignisign Signature RequestIGNISIGN_IGNISIGN_CLOSE_SIGNATURE_REQUESTAcciónTool to close an active signature request. Use when you need to end or abort a signature process.
IGNISIGN_IGNISIGN_CLOSE_SIGNATURE_REQUESTAcciónTool to close an active signature request. Use when you need to end or abort a signature process.
Parámetros de entrada
signatureRequestIdstringObligatorioUnique identifier of the signature request to close.
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 SignerIGNISIGN_IGNISIGN_UPDATE_SIGNERAcciónTool to update details of an existing signer. Use after fetching a signer when you need to change its profile.
IGNISIGN_IGNISIGN_UPDATE_SIGNERAcciónTool to update details of an existing signer. Use after fetching a signer when you need to change its profile.
Parámetros de entrada
appIdstringObligatorioApplication identifier.
appEnvstringObligatorioenumApplication environment.
DEVELOPMENTSTAGINGPRODUCTIONsignerIdstringObligatorioUnique identifier of the signer to update.
signerProfileIdstringObligatorioSigner profile ID to apply; replaces signatureProfileId in v4.
Parámetros de salida
dataobjectObligatorioRaw JSON response for the updated signer.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Initialize Ignisign Signature RequestIGNISIGN_INIT_SIGNATURE_REQUESTAcciónTool to initialize a new signature request. Use when starting a signature flow in a specific application environment.
IGNISIGN_INIT_SIGNATURE_REQUESTAcciónTool to initialize a new signature request. Use when starting a signature flow in a specific application environment.
Parámetros de entrada
appIdstringObligatorioApplication identifier
appEnvstringObligatorioenumTarget environment for the application
DEVELOPMENTSTAGINGPRODUCTIONsignatureProfileIdstringObligatorioSignature profile ID to use for the 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
List DocumentsIGNISIGN_LIST_DOCUMENTSAcciónTool to retrieve documents linked to a signature request. The action works by calling the signature request context endpoint and extracting its documentIds, then fetching each document detail.
IGNISIGN_LIST_DOCUMENTSAcciónTool to retrieve documents linked to a signature request. The action works by calling the signature request context endpoint and extracting its documentIds, then fetching each document detail.
Parámetros de entrada
appIdstringObligatorioThe application identifier.
appEnvstringObligatorioenumThe application execution environment.
DEVELOPMENTSTAGINGPRODUCTIONsignatureRequestIdstringObligatorioSignature request whose documents to list.
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
Provide Document Content Data JSONIGNISIGN_PROVIDE_DOCUMENT_CONTENT_DATA_JSONAcciónTool to provide JSON content for a document. Use when you need to attach or update the JSON data of a document.
IGNISIGN_PROVIDE_DOCUMENT_CONTENT_DATA_JSONAcciónTool to provide JSON content for a document. Use when you need to attach or update the JSON data of a document.
Parámetros de entrada
documentIdstringObligatorioThe unique identifier of the document.
jsonContentobjectObligatorioThe JSON object that will be attached to the document.
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
Provide Document Content FileIGNISIGN_PROVIDE_DOCUMENT_CONTENT_FILEAcciónTool to provide file content for a document. Use after creating a document to attach its file content.
IGNISIGN_PROVIDE_DOCUMENT_CONTENT_FILEAcciónTool to provide file content for a document. Use after creating a document to attach its file content.
Parámetros de entrada
fileobjectThe file to upload as the document content (e.g., a PDF).
fileUrlstringHTTP URL to a file to fetch and upload if neither `file` nor `filePath` is provided.
fileNamestringOptional override for the uploaded file name when using filePath.
filePathstringAbsolute local file path to upload if `file` is not provided.
mimeTypestringOptional override MIME type when using filePath. If not provided, attempts to guess.
documentIdstringObligatorioThe unique identifier of the document to attach the file 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
Provide Document Content Private FileIGNISIGN_PROVIDE_DOCUMENT_CONTENT_PRIVATE_FILEAcciónTool to provide private content for a document via its SHA-256 hash. Use after creating a document placeholder and needing to submit the private content hash for signing.
IGNISIGN_PROVIDE_DOCUMENT_CONTENT_PRIVATE_FILEAcciónTool to provide private content for a document via its SHA-256 hash. Use after creating a document placeholder and needing to submit the private content hash for signing.
Parámetros de entrada
documentIdstringObligatorioUnique identifier of the document.
documentHashstringObligatorioHex-encoded SHA-256 hash of the private document to be signed.
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
Publish Signature RequestIGNISIGN_PUBLISH_SIGNATURE_REQUESTAcciónTool to publish a draft signature request. Use after adding all documents and signer details to the draft.
IGNISIGN_PUBLISH_SIGNATURE_REQUESTAcciónTool to publish a draft signature request. Use after adding all documents and signer details to the draft.
Parámetros de entrada
signatureRequestIdstringObligatorioThe unique identifier of the draft signature request to publish.
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
Search SignersIGNISIGN_SEARCH_SIGNERSAcciónTool to search for signers within an application. Use after obtaining application ID and environment. Allows optional filtering by name, email, or external ID.
IGNISIGN_SEARCH_SIGNERSAcciónTool to search for signers within an application. Use after obtaining application ID and environment. Allows optional filtering by name, email, or external ID.
Parámetros de entrada
appIdstringObligatorioThe application identifier (e.g., appId_XXXX-XXXX-XXXX-XXXX-XXXX)
appEnvstringObligatorioenumThe application execution environment.
DEVELOPMENTSTAGINGPRODUCTIONfilterstringOptional filter string to search signers by name, email, or external ID.
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 InformationIGNISIGN_UPDATE_DOCUMENT_INFORMATIONAcciónTool to update document metadata. Use when you need to change a document's label, description, or external identifier after creation.
IGNISIGN_UPDATE_DOCUMENT_INFORMATIONAcciónTool to update document metadata. Use when you need to change a document's label, description, or external identifier after creation.
Parámetros de entrada
labelstringA user-friendly label to identify the document.
documentIdstringObligatorioThe unique identifier of the document to update.
externalIdstringOptional external identifier used by external systems (free text; not interpreted by Ignisign).
descriptionstringA detailed, human-readable description of the document.
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 Signature RequestIGNISIGN_UPDATE_SIGNATURE_REQUESTAcciónTool to partially update a signature request in DRAFT state. Use when you need to modify draft request metadata before sending.
IGNISIGN_UPDATE_SIGNATURE_REQUESTAcciónTool to partially update a signature request in DRAFT state. Use when you need to modify draft request metadata before sending.
Parámetros de entrada
titlestringNew title of the signature request.
languagestringenumLanguage code of the signature request.
ENFRDEsignerIdsstring[]List of signer IDs to include in the request.
externalIdstringExternal reference ID for your system.
statementsobject[]List of statement objects to attach to the request.
descriptionstringNew description for the signature request.
documentIdsstring[]List of document IDs to associate with the request.
diffusionDatestringdate-timeScheduled send date (required if diffusionMode = SCHEDULED).
diffusionModestringenumWhen to send the signature request.
WHEN_READYSCHEDULEDexpirationDatestringdate-timeExpiration date in ISO 8601 format.
signatureRequestIdstringObligatorioUnique identifier of the signature request to update.
expirationDateIsActivatedbooleanWhether the expiration date 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 Webhook EndpointIGNISIGN_UPDATE_WEBHOOK_ENDPOINTAcciónTool to update an existing webhook endpoint. Use when you have a webhook ID and want to modify its destination URL or description. Example: Update the URL of webhook `wbh_123` to `https://example.com/webhook`.
IGNISIGN_UPDATE_WEBHOOK_ENDPOINTAcciónTool to update an existing webhook endpoint. Use when you have a webhook ID and want to modify its destination URL or description. Example: Update the URL of webhook `wbh_123` to `https://example.com/webhook`.
Parámetros de entrada
urlstringObligatorioDestination URL that the webhook will call.
webhookIdstringObligatorioUnique identifier of the webhook to update.
descriptionstringHuman-readable description of the webhook endpoint.
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