NAiOS IconNAiOS Logo
Volver al catálogo

Tally

tally

Tally is a form-building platform that allows users to create forms, collect responses, and integrate with various tools and services.

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

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

Tool to create a new form. use after preparing block definitions and optional settings.

Parámetros de entrada

  • blocksobject[]

    Ordered list of blocks defining the form content.

  • statusstringenum

    Form status: BLANK or PUBLISHED.

    BLANKPUBLISHED
  • settingsobject

    Optional form appearance and behavior settings.

  • templateIdstring

    Template ID to base the form on.

  • workspaceIdstring

    Workspace ID to create the form under.

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

Tool to create a new webhook for a form. use after confirming you have the form id and the callback url.

Parámetros de entrada

  • urlstringObligatoriouri

    Callback endpoint URL for webhook notifications.

  • formIdstringObligatorio

    ID of the form to associate with the webhook.

  • eventTypesstring[]

    List of event types that trigger the webhook. Currently only 'FORM_RESPONSE' is supported.

  • httpHeadersobject[]

    Optional list of custom HTTP headers to send with each webhook call.

  • signingSecretstring

    Optional secret used to sign payloads for verification.

  • externalSubscriberstring

    Optional external identifier for the subscriber.

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

Tool to delete a specific form identified by its id. use after confirming the form should be permanently removed.

Parámetros de entrada

  • formIdstringObligatorio

    The unique identifier of the form 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 WebhookTALLY_DELETE_WEBHOOKAcción

Tool to delete a specific webhook. use after confirming the webhook id.

Parámetros de entrada

  • webhookIdstringObligatorio

    Unique identifier of the webhook 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

Get Form DetailsTALLY_GET_FORM_DETAILSAcción

Tool to retrieve details of a specific form. use when you need comprehensive form metadata by id. use after confirming the form id to fetch its full configuration, blocks, and stats.

Parámetros de entrada

  • formIdstringObligatorio

    The unique identifier of the form to retrieve details 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 Form FieldsTALLY_GET_FORM_FIELDSAcción

Tool to retrieve the fields of a specific form. use when you need the form's field definitions after obtaining its id.

Parámetros de entrada

  • formIdstringObligatorio

    Unique identifier of the form to retrieve fields 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 Form ResponsesTALLY_GET_FORM_RESPONSESAcción

Tool to retrieve the responses of a specific form. use after confirming the form id and when paginated data is needed.

Parámetros de entrada

  • pageinteger

    Page number for pagination (>=1).

  • limitinteger

    Number of submissions per page (>=1).

  • formIdstringObligatorio

    The unique identifier of the form to retrieve responses 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 Form SettingsTALLY_GET_FORM_SETTINGSAcción

Tool to retrieve the settings of a specific form. use after confirming the form id. example: "get settings for form abc123."

Parámetros de entrada

  • formIdstringObligatorio

    The unique identifier of the form to retrieve settings 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 User InfoTALLY_GET_USER_INFOAcción

Tool to retrieve information about the authenticated user. use when you need to confirm account details before proceeding.

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

Tool to list events associated with a specific webhook. use when you need to inspect delivery history after creating or listing a webhook.

Parámetros de entrada

  • pageinteger

    Page number for pagination, must be >= 1

  • webhookIdstringObligatorio

    Unique identifier of the webhook to list events 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

List FormsTALLY_LIST_FORMSAcción

Tool to retrieve a paginated list of forms. use when you need to list all forms accessible to the authenticated user.

Parámetros de entrada

  • pageinteger

    Page number for pagination (>=1).

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

Tool to list submissions for a specific form. use when you need to paginate through form submissions.

Parámetros de entrada

  • pageinteger

    Page number for pagination (>=1).

  • formIdstringObligatorio

    The unique identifier of the form to list submissions for.

  • pageSizeinteger

    Number of submissions per page (>=1).

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

Tool to retrieve a paginated list of configured webhooks. use when you need a full listing of webhooks across your accessible forms and workspaces.

Parámetros de entrada

  • pageinteger

    Page number for pagination (>=1).

  • limitinteger

    Number of webhooks per page (1-100).

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

Tool to retrieve a paginated list of workspaces. use when you need to browse workspaces accessible to the authenticated user.

Parámetros de entrada

  • pageinteger

    Page number for pagination (>=1).

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

Tool to update form details. use after confirming the form exists and obtaining its id.

Parámetros de entrada

  • namestring

    New name for the form.

  • blocksobject[]

    Updated ordered list of blocks defining the form content.

  • formIdstringObligatorio

    The unique identifier of the form to update.

  • statusstringenum

    New status of the form.

    BLANKPUBLISHED
  • settingsobject

    Optional appearance and behavior settings for a form.

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

Tool to update the details of a specific workspace identified by its id. use when you need to rename a workspace after confirming the workspace id.

Parámetros de entrada

  • namestring

    The new name for the workspace.

  • workspaceIdstringObligatorio

    The unique identifier of the workspace to update.

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