NAiOS IconNAiOS Logo
Volver al catálogo

Feathery

feathery

Feathery is an AI-powered data intake workflow platform that enables users to build customizable forms with advanced logic and integrations.

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

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.

Edit Feathery AccountFEATHERY_ACCOUNT_EDITAcción

Tool to edit an existing account’s role and permissions. Use when modifying account settings after confirming identity.

Parámetros de entrada

  • rolestringenum

    New role for the account.

    admineditorviewer
  • emailstring

    The email of the account to edit. Required if account_id is not provided.

  • account_idstring

    The UUID of the account to edit. Required if email is not provided.

  • permission_edit_logicboolean

    Allow editing custom logic rules.

  • permission_edit_themeboolean

    Allow editing form themes.

  • permission_edit_form_resultsboolean

    Allow editing form results.

  • permission_invite_collaboratorsboolean

    Allow inviting form collaborators.

  • permission_edit_collaborator_templateboolean

    Allow editing collaborator settings.

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

Tool to get your Feathery team name and list of accounts. Use when you need to fetch your team's account info.

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

Fill or sign document templateFEATHERY_DOCUMENT_FILL_TEMPLATEAcción

Tool to fill or sign a Feathery document template. Use when you need to generate a completed or signed document file after mapping template fields.

Parámetros de entrada

  • user_idstring

    Associate an existing Feathery user with the generated document.

  • documentstringObligatorio

    UUID of the document template to fill.

  • field_valuesobject

    Mapping of field IDs to values to populate in the document.

  • signer_emailstring

    Email address to route the filled document for signature.

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

Tool to list generated document envelopes by document or user ID. Use when you need to retrieve envelope records for auditing or tracking.

Parámetros de entrada

  • idstringObligatorio

    Document ID when type='document'; User ID when type='user'.

  • typestringObligatorioenum

    Lookup mode: 'document' to list envelopes by document ID; 'user' to list envelopes by user ID.

    documentuser

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

Create hidden fieldFEATHERY_FORM_CREATE_HIDDEN_FIELDAcción

Tool to create a new hidden field in a form. Use when you need to add a non-visible field after confirming you have a unique field_id.

Parámetros de entrada

  • field_idstringObligatorio

    A new unique ID for the hidden field to create.

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

Tool to delete an existing form. Use when you need to permanently remove a form after confirmation.

Parámetros de entrada

  • form_idstringObligatorio

    Unique identifier of the form to delete.

  • confirm_deletebooleanObligatorio

    Must be set to true to confirm deletion of the 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

Get form schemaFEATHERY_FORM_GET_SCHEMAAcción

Tool to retrieve the schema of a specific form. Use after confirming the form ID.

Parámetros de entrada

  • form_idstringObligatorio

    ID of the form 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 FormsFEATHERY_FORM_LISTAcción

Tool to list all forms in your Feathery account. Use when you need to view or filter available forms.

Parámetros de entrada

  • tagsstring[]

    Only return forms that have all of these tags.

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

List Hidden FieldsFEATHERY_FORM_LIST_HIDDEN_FIELDSAcción

Tool to list all hidden form fields in the account. Use when you need to retrieve hidden field configuration before processing form submissions.

Parámetros de entrada

Sin parámetros.

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

List API Connector ErrorsFEATHERY_LOG_LIST_API_CONNECTOR_ERRORSAcción

Tool to list recent API connector error logs for a form. Use after confirming the form ID to troubleshoot integration issues.

Parámetros de entrada

  • form_idstringObligatorio

    ID of the form to retrieve error logs for.

  • end_timestringdate-time

    Only return errors before this ISO8601 timestamp.

  • start_timestringdate-time

    Only return errors after this ISO8601 timestamp.

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

List Email IssuesFEATHERY_LOG_LIST_EMAIL_ISSUESAcción

Tool to list email bounce and complaint events. Use when you need to diagnose delivery issues for sent emails.

Parámetros de entrada

  • end_timestringdate-time

    Only return events occurring before this ISO 8601 timestamp.

  • event_typestringenum

    Filter by event type. If omitted, returns both bounce and complaint events.

    BounceComplaint
  • start_timestringdate-time

    Only return events occurring at or after this ISO 8601 timestamp.

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

List Email LogsFEATHERY_LOG_LIST_EMAILSAcción

Tool to list recently sent emails for a form. Use when you need to review email logs after sending form-based emails.

Parámetros de entrada

  • form_idstringObligatorio

    ID of the form to list email logs for

  • end_timestringdate-time

    Only return emails sent before this time

  • start_timestringdate-time

    Only return emails sent after this time

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

List Quik Request LogsFEATHERY_LOG_LIST_QUICK_REQUESTSAcción

Tool to list recent Quik integration request logs for a form. Use when you need to review API requests sent to Quik for a specific form.

Parámetros de entrada

  • form_idstringObligatorio

    ID of the form whose Quik logs to retrieve

  • end_timestringdate-time

    Only return requests made before this time (ISO 8601 format)

  • start_timestringdate-time

    Only return requests made after this time (ISO 8601 format)

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

Create or Fetch UserFEATHERY_USER_CREATE_OR_FETCHAcción

Tool to create a new user or fetch an existing one. Use when you need to ensure a user exists and get their SDK key.

Parámetros de entrada

  • idstringObligatorio

    Your unique user 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

Delete UserFEATHERY_USER_DELETEAcción

Tool to delete a specific user by ID. Use when you need to remove a user after confirming the user exists.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the user 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 All User DataFEATHERY_USER_GET_ALL_DATAAcción

Tool to retrieve all stored data fields for a user. Use when you need to fetch all field entries associated with a specific user.

Parámetros de entrada

  • idstring

    Your unique user ID. If omitted, returns data fields across all users.

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

Tool to get a user's form session and progress. Use after authenticating and when you need to retrieve session data.

Parámetros de entrada

  • user_idstringObligatorio

    Unique user identifier to fetch session 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 UsersFEATHERY_USER_LISTAcción

Tool to list all users in your Feathery account. Use when you need to retrieve users with optional creation time or field-based filters.

Parámetros de entrada

  • created_afterstringdate-time

    ISO 8601 datetime to limit users created after this timestamp.

  • created_beforestringdate-time

    ISO 8601 datetime to limit users created before this timestamp.

  • filter_field_idstring

    ID of a form or hidden field to filter users by.

  • filter_field_valuestring

    Value of the field to filter on; must be used with filter_field_id.

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

Generate Workspace Login TokenFEATHERY_WORKSPACE_GENERATE_LOGIN_TOKENAcción

Tool to generate a login JWT for a workspace. Use after obtaining the workspace and account IDs to get a token.

Parámetros de entrada

  • account_idstringObligatorio

    ID of the account to generate a login token for

  • workspace_idstringObligatorio

    ID of the workspace to generate the token 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