Feathery
featheryFeathery is an AI-powered data intake workflow platform that enables users to build customizable forms with advanced logic and integrations.
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ónTool to edit an existing account’s role and permissions. Use when modifying account settings after confirming identity.
FEATHERY_ACCOUNT_EDITAcciónTool to edit an existing account’s role and permissions. Use when modifying account settings after confirming identity.
Parámetros de entrada
rolestringenumNew role for the account.
admineditorvieweremailstringThe email of the account to edit. Required if account_id is not provided.
account_idstringThe UUID of the account to edit. Required if email is not provided.
permission_edit_logicbooleanAllow editing custom logic rules.
permission_edit_themebooleanAllow editing form themes.
permission_edit_form_resultsbooleanAllow editing form results.
permission_invite_collaboratorsbooleanAllow inviting form collaborators.
permission_edit_collaborator_templatebooleanAllow editing collaborator settings.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Account InfoFEATHERY_ACCOUNT_GET_INFOAcciónTool to get your Feathery team name and list of accounts. Use when you need to fetch your team's account info.
FEATHERY_ACCOUNT_GET_INFOAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fill or sign document templateFEATHERY_DOCUMENT_FILL_TEMPLATEAcciónTool to fill or sign a Feathery document template. Use when you need to generate a completed or signed document file after mapping template fields.
FEATHERY_DOCUMENT_FILL_TEMPLATEAcciónTool 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_idstringAssociate an existing Feathery user with the generated document.
documentstringObligatorioUUID of the document template to fill.
field_valuesobjectMapping of field IDs to values to populate in the document.
signer_emailstringEmail address to route the filled document for signature.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Document EnvelopesFEATHERY_DOCUMENT_LIST_ENVELOPESAcciónTool to list generated document envelopes by document or user ID. Use when you need to retrieve envelope records for auditing or tracking.
FEATHERY_DOCUMENT_LIST_ENVELOPESAcciónTool 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
idstringObligatorioDocument ID when type='document'; User ID when type='user'.
typestringObligatorioenumLookup mode: 'document' to list envelopes by document ID; 'user' to list envelopes by user ID.
documentuser
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create hidden fieldFEATHERY_FORM_CREATE_HIDDEN_FIELDAcciónTool 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.
FEATHERY_FORM_CREATE_HIDDEN_FIELDAcciónTool 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_idstringObligatorioA new unique ID for the hidden field to create.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete FormFEATHERY_FORM_DELETEAcciónTool to delete an existing form. Use when you need to permanently remove a form after confirmation.
FEATHERY_FORM_DELETEAcciónTool to delete an existing form. Use when you need to permanently remove a form after confirmation.
Parámetros de entrada
form_idstringObligatorioUnique identifier of the form to delete.
confirm_deletebooleanObligatorioMust be set to true to confirm deletion of the form.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get form schemaFEATHERY_FORM_GET_SCHEMAAcciónTool to retrieve the schema of a specific form. Use after confirming the form ID.
FEATHERY_FORM_GET_SCHEMAAcciónTool to retrieve the schema of a specific form. Use after confirming the form ID.
Parámetros de entrada
form_idstringObligatorioID of the form to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List FormsFEATHERY_FORM_LISTAcciónTool to list all forms in your Feathery account. Use when you need to view or filter available forms.
FEATHERY_FORM_LISTAcciónTool 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[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Hidden FieldsFEATHERY_FORM_LIST_HIDDEN_FIELDSAcciónTool to list all hidden form fields in the account. Use when you need to retrieve hidden field configuration before processing form submissions.
FEATHERY_FORM_LIST_HIDDEN_FIELDSAcciónTool 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[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List API Connector ErrorsFEATHERY_LOG_LIST_API_CONNECTOR_ERRORSAcciónTool to list recent API connector error logs for a form. Use after confirming the form ID to troubleshoot integration issues.
FEATHERY_LOG_LIST_API_CONNECTOR_ERRORSAcciónTool 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_idstringObligatorioID of the form to retrieve error logs for.
end_timestringdate-timeOnly return errors before this ISO8601 timestamp.
start_timestringdate-timeOnly return errors after this ISO8601 timestamp.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Email IssuesFEATHERY_LOG_LIST_EMAIL_ISSUESAcciónTool to list email bounce and complaint events. Use when you need to diagnose delivery issues for sent emails.
FEATHERY_LOG_LIST_EMAIL_ISSUESAcciónTool to list email bounce and complaint events. Use when you need to diagnose delivery issues for sent emails.
Parámetros de entrada
end_timestringdate-timeOnly return events occurring before this ISO 8601 timestamp.
event_typestringenumFilter by event type. If omitted, returns both bounce and complaint events.
BounceComplaintstart_timestringdate-timeOnly return events occurring at or after this ISO 8601 timestamp.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Email LogsFEATHERY_LOG_LIST_EMAILSAcciónTool to list recently sent emails for a form. Use when you need to review email logs after sending form-based emails.
FEATHERY_LOG_LIST_EMAILSAcciónTool 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_idstringObligatorioID of the form to list email logs for
end_timestringdate-timeOnly return emails sent before this time
start_timestringdate-timeOnly return emails sent after this time
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Quik Request LogsFEATHERY_LOG_LIST_QUICK_REQUESTSAcciónTool 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.
FEATHERY_LOG_LIST_QUICK_REQUESTSAcciónTool 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_idstringObligatorioID of the form whose Quik logs to retrieve
end_timestringdate-timeOnly return requests made before this time (ISO 8601 format)
start_timestringdate-timeOnly return requests made after this time (ISO 8601 format)
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create or Fetch UserFEATHERY_USER_CREATE_OR_FETCHAcciónTool to create a new user or fetch an existing one. Use when you need to ensure a user exists and get their SDK key.
FEATHERY_USER_CREATE_OR_FETCHAcciónTool 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
idstringObligatorioYour unique user ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete UserFEATHERY_USER_DELETEAcciónTool to delete a specific user by ID. Use when you need to remove a user after confirming the user exists.
FEATHERY_USER_DELETEAcciónTool to delete a specific user by ID. Use when you need to remove a user after confirming the user exists.
Parámetros de entrada
idstringObligatorioUnique identifier of the user to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All User DataFEATHERY_USER_GET_ALL_DATAAcciónTool to retrieve all stored data fields for a user. Use when you need to fetch all field entries associated with a specific user.
FEATHERY_USER_GET_ALL_DATAAcciónTool 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
idstringYour unique user ID. If omitted, returns data fields across all users.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User SessionFEATHERY_USER_GET_SESSIONAcciónTool to get a user's form session and progress. Use after authenticating and when you need to retrieve session data.
FEATHERY_USER_GET_SESSIONAcciónTool 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_idstringObligatorioUnique user identifier to fetch session for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List UsersFEATHERY_USER_LISTAcciónTool to list all users in your Feathery account. Use when you need to retrieve users with optional creation time or field-based filters.
FEATHERY_USER_LISTAcciónTool 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-timeISO 8601 datetime to limit users created after this timestamp.
created_beforestringdate-timeISO 8601 datetime to limit users created before this timestamp.
filter_field_idstringID of a form or hidden field to filter users by.
filter_field_valuestringValue of the field to filter on; must be used with filter_field_id.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Generate Workspace Login TokenFEATHERY_WORKSPACE_GENERATE_LOGIN_TOKENAcciónTool to generate a login JWT for a workspace. Use after obtaining the workspace and account IDs to get a token.
FEATHERY_WORKSPACE_GENERATE_LOGIN_TOKENAcciónTool 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_idstringObligatorioID of the account to generate a login token for
workspace_idstringObligatorioID of the workspace to generate the token for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not