Edit Feathery Account
FEATHERY_ACCOUNT_EDITUpdate an existing account's role and access permissions to reflect changes in responsibilities or team structure.
Feathery
19 actions for Feathery workflows.
Operations are the actions a workflow can take in Feathery, grouped by category. Each lists its method, parameters, and a template you can drop it into.
Manage your Feathery workspace settings and profile information. Use these operations to retrieve account details or make updates to your account configuration.
Edit Feathery Account
FEATHERY_ACCOUNT_EDITUpdate an existing account's role and access permissions to reflect changes in responsibilities or team structure.
Get Account Info
FEATHERY_ACCOUNT_GET_INFORetrieve your Feathery team name and account information to understand your workspace configuration and available accounts.
Handle document workflows including envelope management and template completion. Retrieve existing document envelopes or create and sign new documents within your forms.
Fill or sign document template
FEATHERY_DOCUMENT_FILL_TEMPLATEGenerate completed or signed documents by automatically filling Feathery template fields with data, then download the finished document file ready to send or store.
List Document Envelopes
FEATHERY_DOCUMENT_LIST_ENVELOPESRetrieve a list of generated document envelopes to track and monitor documents that have been sent to users. This helps you keep tabs on which documents are in progress, completed, or pending signatures.
Build and manage form structures in Feathery, including schema retrieval, field configuration, and form lifecycle operations. These operations let you create, modify, and organize forms programmatically.
List Forms
FEATHERY_FORM_LISTRetrieve a complete list of all forms in your Feathery account to view, search, or organize your form library. This helps you quickly find specific forms or get an overview of all your data collection tools in one place.
Create hidden field
FEATHERY_FORM_CREATE_HIDDEN_FIELDCreate a hidden field in your Feathery forms to store invisible metadata like user IDs, tracking parameters, or system data that gets populated automatically through integrations or URLs. This lets you capture contextual information without cluttering your form's user interface.
Delete Form
FEATHERY_FORM_DELETEPermanently removes a form from your Feathery account so it no longer collects responses or appears in your list of active forms. This is useful when you no longer need a form or want to clean up outdated surveys and applications.
Get form schema
FEATHERY_FORM_GET_SCHEMARetrieve the complete structure and configuration of a Feathery form, including all steps, fields, validation rules, and translations to understand or modify form content.
List Hidden Fields
FEATHERY_FORM_LIST_HIDDEN_FIELDSRetrieve all hidden fields configured in your Feathery forms to understand which fields are automatically populated or conditionally hidden. This helps you manage form data flow and ensure critical information is being captured correctly.
Monitor system activity and troubleshoot issues by accessing detailed logs for emails, API connectors, and form submissions. Use these to audit communication attempts, identify errors, and track request activity.
List API Connector Errors
FEATHERY_LOG_LIST_API_CONNECTOR_ERRORSRetrieves recent error logs from API connectors attached to your Feathery forms, helping you identify and troubleshoot integration failures quickly. Use this to diagnose why data isn't syncing correctly between your forms and other business tools.
List Email Issues
FEATHERY_LOG_LIST_EMAIL_ISSUESRetrieve a list of email delivery problems including bounces and complaints to identify and troubleshoot why emails aren't reaching recipients. This helps you maintain a healthy email reputation and fix delivery issues quickly.
List Email Logs
FEATHERY_LOG_LIST_EMAILSRetrieve and review all emails that have been sent from your forms, allowing you to verify delivery status and track communication history.
List Quik Request Logs
FEATHERY_LOG_LIST_QUICK_REQUESTSView recent API request logs for your Quik integrations in Feathery forms to track data submissions and diagnose issues.
Manage user records and authentication states across your Feathery workspace. Create, retrieve, update, and delete users while also accessing session information and comprehensive user data.
Create or Fetch User
FEATHERY_USER_CREATE_OR_FETCHEnsures a user exists in your Feathery system and retrieves their SDK key for form interactions, creating a new account if needed.
Get All User Data
FEATHERY_USER_GET_ALL_DATARetrieve all stored data and field definitions for users in your Feathery account, including submitted form values and field metadata like types and timestamps.
Delete User
FEATHERY_USER_DELETERemove a user account from your Feathery workspace when they no longer need access or have requested account deletion. This helps maintain a clean user database and manage team permissions.
Get User Session
FEATHERY_USER_GET_SESSIONRetrieves a user's current form session and their progress through a form workflow. This lets you check where users are in their form completion journey and what data they've already submitted.
List Users
FEATHERY_USER_LISTRetrieve all users from your Feathery account with the ability to filter by creation date or custom fields. This helps you manage and analyze your user base to understand who has submitted forms or interacted with your account.
Generate temporary authentication tokens for accessing your Feathery workspace. Use this operation to establish secure login sessions programmatically for embedded or custom implementations.
Generate Workspace Login Token
FEATHERY_WORKSPACE_GENERATE_LOGIN_TOKENCreates a temporary login token that automatically logs your users into Feathery forms without requiring separate credentials, enabling seamless embedded form experiences in your application.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.