NAiOS IconNAiOS Logo
Volver al catálogo

Signwell

signwell

SignWell is an electronic signature tool for legally binding e-signatures and faster document signing.

Acciones
8
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 (8)

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.

Create DocumentSIGNWELL_CREATE_DOCUMENTAcción

Tool to create and optionally send a new document for signing. use when you have files and recipients defined and want to programmatically submit a signature request in one call.

Parámetros de entrada

  • draftboolean

    If true, saves document as draft (no emails sent). If false, sends signature requests immediately.

  • filesobject[]Obligatorio

    List of files to include in the document. At least one file is required.

  • messagestring

    Email message for the signature request. Defaults to system or template message.

  • subjectstring

    Email subject for the signature request. Defaults to system or template subject.

  • languagestring

    ISO 639-1 code for localization (e.g., en, fr, es). Defaults to en.

  • metadataobject

    Optional key/value data associated with the document.

  • remindersboolean

    If true, sends reminders on day 3, 6, and 10.

  • test_modeboolean

    Set to true to enable Test Mode (not legally binding & not billed). Defaults to false.

  • text_tagsboolean

    If true, you may place fields via special text tags in your document.

  • expires_ininteger

    Number of days before the request expires (>=1). Defaults to account or template setting.

  • recipientsobject[]Obligatorio

    People who must complete and/or sign this document.

  • redirect_urlstring

    URL to redirect recipients to after successful signing.

  • allow_declineboolean

    If true, recipients may decline to sign (which cancels the request).

  • allow_reassignboolean

    If true, signers may reassign their signing responsibility.

  • embedded_signingboolean

    If true, enables embedded signing (iframe) and disables email auth.

  • api_application_idstring

    UUID of API Application settings to use (optional).

  • apply_signing_orderboolean

    If true, enforces signing in the order provided by recipients.

  • with_signature_pageboolean

    If true, appends a signature page to the end and requires signing there.

  • decline_redirect_urlstring

    URL to redirect recipients to if they decline to sign.

  • custom_requester_namestring

    Custom name used in all email communications and audit records.

  • custom_requester_emailstring

    Custom email used in communications instead of the API key owner.

  • embedded_signing_notificationsboolean

    If true, sends completion notifications when using embedded signing.

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

Tool to register a webhook callback url. use when you need to receive document event notifications.

Parámetros de entrada

  • callbackUrlstringObligatorio

    URL where SignWell will post document event payloads.

  • apiApplicationIdstring

    UUID of the API Application to associate with this webhook.

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

Tool to delete a document (and cancel signing if in progress). use when you need to remove a document by id after confirming it.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier for a 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

Delete WebhookSIGNWELL_DELETE_WEBHOOKAcción

Tool to delete a registered webhook. use when you need to remove a webhook no longer sending events.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier for the webhook

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

Tool to retrieve account information for the current api key. use when validating credentials and obtaining user details.

Parámetros de entrada

Sin parámetros.

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

Tool to return a document and all associated document data. use when you need to fetch document details by id.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier for the document 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

List Bulk SendsSIGNWELL_LIST_BULK_SENDSAcción

Tool to list all bulk sends. use after setting up api credentials to retrieve paginated records.

Parámetros de entrada

  • pageinteger

    Page number for pagination. Defaults to 1.

  • emailstring

    Email address of the user that sent the Bulk Send. Requires admin or manager role to view other users' sends.

  • per_pageinteger

    Number of results per page. Defaults to 10, maximum 50.

  • api_application_idstring

    Unique identifier for API Application settings to scope 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 WebhooksSIGNWELL_LIST_WEBHOOKSAcción

Tool to list all registered webhooks. use when you need to retrieve the active webhooks for your signwell account after setup.

Parámetros de entrada

Sin parámetros.

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