NAiOS IconNAiOS Logo
Volver al catálogo

Ignisign

ignisign

IgniSign is a comprehensive electronic signature platform that enables users to sign, send, and manage documents securely online.

Acciones
36
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • appIdstringObligatorio

    The application identifier (e.g., appId_d9cf31d7-6f48-4b11-8168-ded211c1296d).

  • appEnvstringObligatorioenum

    Execution environment. Allowed values: DEVELOPMENT, STAGING, PRODUCTION.

    DEVELOPMENTSTAGINGPRODUCTION
  • secretstringObligatorio

    Secret tied to the application and environment; obtainable from Ignisign Console.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Cancel Signature RequestIGNISIGN_CANCEL_SIGNATURE_REQUESTAcción

Tool to cancel a signature request. Use after identifying the signature request to abort.

Parámetros de entrada

  • requestIdstringObligatorio

    Unique identifier of the signature request to cancel.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Initialize DocumentIGNISIGN_CREATE_DOCUMENTAcción

Tool 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

  • appIdstringObligatorio

    Application identifier

  • labelstring

    Human-friendly label for the document

  • appEnvstringObligatorioenum

    Target application environment

    DEVELOPMENTSTAGINGPRODUCTION
  • externalIdstring

    Free-text external reference; not interpreted by IgniSign

  • descriptionstring

    Human-readable description of the document

  • signatureRequestIdstringObligatorio

    ID of the signature request to associate the document with

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create SignerIGNISIGN_CREATE_SIGNERAcción

Tool to create a new signer. Use when onboarding a signer to an application environment after selecting a signer profile.

Parámetros de entrada

  • appIdstringObligatorio

    The application identifier.

  • emailstring

    Signer’s email address; required if demanded by the signer profile.

  • appEnvstringObligatorioenum

    The application environment.

    DEVELOPMENTSTAGINGPRODUCTION
  • lastNamestring

    Signer’s last name; required if demanded by the signer profile.

  • birthDatestring

    Birth date as YYYY-MM-DD; required if demanded by the signer profile.

  • firstNamestring

    Signer’s first name; required if demanded by the signer profile.

  • birthPlacestring

    Place of birth; required if demanded by the signer profile.

  • externalIdstring

    External reference; not used by Ignisign for identification.

  • nationalitystring

    Nationality as ISO 3166-1 alpha-2 code; required if demanded by the signer profile.

  • phoneNumberstring

    Phone number in E.164 format; required if demanded by the signer profile.

  • birthCountrystring

    Birth country as ISO 3166-1 alpha-2 code; required if demanded by the signer profile.

  • signerProfileIdstringObligatorio

    Signer profile ID to which the signer must conform.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Webhook EndpointIGNISIGN_CREATE_WEBHOOK_ENDPOINTAcción

Tool 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

  • urlstringObligatorio

    The webhook endpoint URL to receive Ignisign events.

  • appIdstringObligatorio

    The application identifier.

  • appEnvstringObligatorioenum

    The application environment.

    DEVELOPMENTSTAGINGPRODUCTION
  • descriptionstring

    Human-readable description of the webhook endpoint.

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete DocumentIGNISIGN_DELETE_DOCUMENTAcción

Tool 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

  • documentIdstringObligatorio

    The unique identifier of the document to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Ignisign Signature RequestIGNISIGN_DELETE_SIGNATURE_REQUESTAcción

Tool to delete a signature request. Use when you need to permanently remove a signature request by its ID.

Parámetros de entrada

  • signatureRequestIdstringObligatorio

    Unique identifier of the signature request to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete SignerIGNISIGN_DELETE_SIGNERAcción

Tool 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

  • appIdstringObligatorio

    The application identifier (e.g., appId_d9cf31d7-6f48-4b11-8168-ded211c1296d).

  • appEnvstringObligatorioenum

    The application environment.

    DEVELOPMENTSTAGINGPRODUCTION
  • signerIdstringObligatorio

    Unique identifier of the signer to revoke.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Webhook EndpointIGNISIGN_DELETE_WEBHOOK_ENDPOINTAcción

Tool to delete a specific webhook endpoint. Use when you want to remove an existing webhook by its ID.

Parámetros de entrada

  • webhookIdstringObligatorio

    Unique identifier of the webhook to delete.

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get application contextIGNISIGN_GET_APPLICATION_CONTEXTAcción

Tool 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_idstringObligatorio

    Unique identifier of the Ignisign application

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Document InformationIGNISIGN_GET_DOCUMENT_INFORMATIONAcción

Tool to retrieve document metadata by ID. Use when you need detailed information of a specific document after obtaining its ID.

Parámetros de entrada

  • documentIdstringObligatorio

    The unique identifier of the document.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Missing Signer InputsIGNISIGN_GET_MISSING_SIGNER_INPUTSAcción

Tool 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

  • appIdstringObligatorio

    The application identifier used to identify the application.

  • appEnvstringObligatorioenum

    The execution environment where requests are executed.

    DEVELOPMENTSTAGINGPRODUCTION
  • signerIdstringObligatorio

    The unique identifier of the signer.

  • signatureProfileIdstringObligatorio

    The unique identifier of the signature profile.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Signature Request DetailsIGNISIGN_GET_SIGNATURE_REQUEST_DETAILSAcción

Tool 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

  • signatureRequestIdstringObligatorio

    The unique identifier of the signature request.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Signature Request DocumentIGNISIGN_GET_SIGNATURE_REQUEST_DOCUMENTAcción

Tool 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

  • requestIdstringObligatorio

    Unique identifier of the signature request.

  • documentIdstring

    Optional: specify a concrete documentId to download. If omitted, the first documentId found on the signature request will be used.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Signature RequestsIGNISIGN_GET_SIGNATURE_REQUESTSAcción

Tool to retrieve a paginated list of signature requests for an application. Use after confirming the application ID and environment.

Parámetros de entrada

  • pageinteger

    The page number to return (1-indexed).

  • appIdstringObligatorio

    The application identifier.

  • appEnvstringObligatorioenum

    The application execution environment.

    DEVELOPMENTSTAGINGPRODUCTION
  • pageSizeinteger

    The number of items to return per page.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Signature Request StatusIGNISIGN_GET_SIGNATURE_REQUEST_STATUSAcción

Tool 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

  • requestIdstringObligatorio

    Unique identifier of the signature request to retrieve status for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Signed DocumentIGNISIGN_GET_SIGNED_DOCUMENTAcción

Tool 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

  • requestIdstringObligatorio

    Unique identifier of the signature request to download the signed document for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Signer Creation ConstraintsIGNISIGN_GET_SIGNER_CREATION_CONSTRAINTSAcción

Tool 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_idstringObligatorio

    Application identifier used to identify the application.

  • app_envstringObligatorioenum

    Execution environment where requests are executed.

    DEVELOPMENTSTAGINGPRODUCTION
  • signature_profile_idstringObligatorio

    Unique identifier of the signature profile.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Signer Input ConstraintsIGNISIGN_GET_SIGNER_INPUT_CONSTRAINTSAcción

Tool 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

  • appIdstringObligatorio

    The application identifier used to identify the application.

  • appEnvstringObligatorioenum

    The execution environment where requests are executed.

    DEVELOPMENTSTAGINGPRODUCTION
  • signerProfileIdstringObligatorio

    The unique identifier of the signer profile.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Signer InputsIGNISIGN_GET_SIGNER_INPUTSAcción

Tool 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

  • signerIdstringObligatorio

    Unique identifier of the signer whose inputs to retrieve

  • requestIdstringObligatorio

    Unique identifier of the signature request

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Signer ProfileIGNISIGN_GET_SIGNER_PROFILEAcción

Tool to retrieve a signer profile. Use after obtaining the signer profile ID.

Parámetros de entrada

  • app_idstringObligatorio

    Application identifier for the Ignisign application.

  • app_envstringObligatorioenum

    Execution environment where requests are executed.

    DEVELOPMENTSTAGINGPRODUCTION
  • signerProfileIdstringObligatorio

    Unique identifier of the signer profile to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Signer ProfilesIGNISIGN_GET_SIGNER_PROFILESAcción

Tool 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_idstringObligatorio

    Application identifier

  • app_envstringObligatorioenum

    Application environment

    DEVELOPMENTSTAGINGPRODUCTION

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Webhook DetailsIGNISIGN_GET_WEBHOOK_DETAILSAcción

Tool 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

  • appIdstringObligatorio

    The application identifier (e.g., appId_XXXX).

  • appEnvstringObligatorioenum

    Execution environment for the application.

    DEVELOPMENTSTAGINGPRODUCTION
  • webhookIdstringObligatorio

    Unique identifier of the webhook endpoint.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get WebhooksIGNISIGN_GET_WEBHOOKSAcción

Tool to list all webhook endpoints configured for an application environment. Use after confirming the application ID and environment.

Parámetros de entrada

  • appIdstringObligatorio

    The application identifier (e.g., appId_XXXX).

  • appEnvstringObligatorioenum

    Execution environment for the application.

    DEVELOPMENTSTAGINGPRODUCTION

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Close Ignisign Signature RequestIGNISIGN_IGNISIGN_CLOSE_SIGNATURE_REQUESTAcción

Tool to close an active signature request. Use when you need to end or abort a signature process.

Parámetros de entrada

  • signatureRequestIdstringObligatorio

    Unique identifier of the signature request to close.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update SignerIGNISIGN_IGNISIGN_UPDATE_SIGNERAcción

Tool to update details of an existing signer. Use after fetching a signer when you need to change its profile.

Parámetros de entrada

  • appIdstringObligatorio

    Application identifier.

  • appEnvstringObligatorioenum

    Application environment.

    DEVELOPMENTSTAGINGPRODUCTION
  • signerIdstringObligatorio

    Unique identifier of the signer to update.

  • signerProfileIdstringObligatorio

    Signer profile ID to apply; replaces signatureProfileId in v4.

Parámetros de salida

  • dataobjectObligatorio

    Raw JSON response for the updated signer.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Initialize Ignisign Signature RequestIGNISIGN_INIT_SIGNATURE_REQUESTAcción

Tool to initialize a new signature request. Use when starting a signature flow in a specific application environment.

Parámetros de entrada

  • appIdstringObligatorio

    Application identifier

  • appEnvstringObligatorioenum

    Target environment for the application

    DEVELOPMENTSTAGINGPRODUCTION
  • signatureProfileIdstringObligatorio

    Signature profile ID to use for the request

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List DocumentsIGNISIGN_LIST_DOCUMENTSAcción

Tool 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

  • appIdstringObligatorio

    The application identifier.

  • appEnvstringObligatorioenum

    The application execution environment.

    DEVELOPMENTSTAGINGPRODUCTION
  • signatureRequestIdstringObligatorio

    Signature request whose documents to list.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Provide Document Content Data JSONIGNISIGN_PROVIDE_DOCUMENT_CONTENT_DATA_JSONAcción

Tool 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

  • documentIdstringObligatorio

    The unique identifier of the document.

  • jsonContentobjectObligatorio

    The JSON object that will be attached to the document.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Provide Document Content FileIGNISIGN_PROVIDE_DOCUMENT_CONTENT_FILEAcción

Tool to provide file content for a document. Use after creating a document to attach its file content.

Parámetros de entrada

  • fileobject

    The file to upload as the document content (e.g., a PDF).

  • fileUrlstring

    HTTP URL to a file to fetch and upload if neither `file` nor `filePath` is provided.

  • fileNamestring

    Optional override for the uploaded file name when using filePath.

  • filePathstring

    Absolute local file path to upload if `file` is not provided.

  • mimeTypestring

    Optional override MIME type when using filePath. If not provided, attempts to guess.

  • documentIdstringObligatorio

    The unique identifier of the document to attach the file to.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Provide Document Content Private FileIGNISIGN_PROVIDE_DOCUMENT_CONTENT_PRIVATE_FILEAcción

Tool 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

  • documentIdstringObligatorio

    Unique identifier of the document.

  • documentHashstringObligatorio

    Hex-encoded SHA-256 hash of the private document to be signed.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Publish Signature RequestIGNISIGN_PUBLISH_SIGNATURE_REQUESTAcción

Tool to publish a draft signature request. Use after adding all documents and signer details to the draft.

Parámetros de entrada

  • signatureRequestIdstringObligatorio

    The unique identifier of the draft signature request to publish.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search SignersIGNISIGN_SEARCH_SIGNERSAcción

Tool 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

  • appIdstringObligatorio

    The application identifier (e.g., appId_XXXX-XXXX-XXXX-XXXX-XXXX)

  • appEnvstringObligatorioenum

    The application execution environment.

    DEVELOPMENTSTAGINGPRODUCTION
  • filterstring

    Optional filter string to search signers by name, email, or external ID.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Document InformationIGNISIGN_UPDATE_DOCUMENT_INFORMATIONAcción

Tool to update document metadata. Use when you need to change a document's label, description, or external identifier after creation.

Parámetros de entrada

  • labelstring

    A user-friendly label to identify the document.

  • documentIdstringObligatorio

    The unique identifier of the document to update.

  • externalIdstring

    Optional external identifier used by external systems (free text; not interpreted by Ignisign).

  • descriptionstring

    A detailed, human-readable description of the document.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Signature RequestIGNISIGN_UPDATE_SIGNATURE_REQUESTAcción

Tool to partially update a signature request in DRAFT state. Use when you need to modify draft request metadata before sending.

Parámetros de entrada

  • titlestring

    New title of the signature request.

  • languagestringenum

    Language code of the signature request.

    ENFRDE
  • signerIdsstring[]

    List of signer IDs to include in the request.

  • externalIdstring

    External reference ID for your system.

  • statementsobject[]

    List of statement objects to attach to the request.

  • descriptionstring

    New description for the signature request.

  • documentIdsstring[]

    List of document IDs to associate with the request.

  • diffusionDatestringdate-time

    Scheduled send date (required if diffusionMode = SCHEDULED).

  • diffusionModestringenum

    When to send the signature request.

    WHEN_READYSCHEDULED
  • expirationDatestringdate-time

    Expiration date in ISO 8601 format.

  • signatureRequestIdstringObligatorio

    Unique identifier of the signature request to update.

  • expirationDateIsActivatedboolean

    Whether the expiration date is active.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Webhook EndpointIGNISIGN_UPDATE_WEBHOOK_ENDPOINTAcción

Tool 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

  • urlstringObligatorio

    Destination URL that the webhook will call.

  • webhookIdstringObligatorio

    Unique identifier of the webhook to update.

  • descriptionstring

    Human-readable description of the webhook endpoint.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not