NAiOS IconNAiOS Logo
Volver al catálogo

Signaturely

signaturely

Signaturely 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
2
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 (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ón

Tool to list all documents. use after authenticating to retrieve documents with optional filters and pagination.

Parámetros de entrada

  • pageinteger

    Page number for pagination (minimum 1)

  • limitinteger

    Number of results per page (1–100)

  • statusstringenum

    Filter by document status (draft, sent, signed, declined, canceled)

    draftsentsigneddeclinedcanceled
  • user_idinteger

    Filter documents by user ID

  • templateboolean

    Filter by template flag (true for templates, false for documents)

  • created_at_tostring

    Return documents created before this date (ISO 8601)

  • created_at_fromstring

    Return documents created after this date (ISO 8601)

Parámetros de salida

  • dataobject[]Obligatorio

    List of document objects

  • metaobjectObligatorio

    Pagination metadata

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List TemplatesSIGNATURELY_LIST_TEMPLATESAcción

Tool to list all templates. implemented via filtering documents endpoint with template flag.

Parámetros de entrada

  • pageinteger

    Page number for pagination (1-based)

  • limitinteger

    Number of records per page

Parámetros de salida

  • dataobject[]Obligatorio

    Array of template objects

  • errorstring

    Error if any occurred during the execution of the action

  • paginationobjectObligatorio

    Pagination metadata

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not