Feathery icon

Feathery

Form and intake workflow platform for forms, fields, document templates, envelopes, and account management.

Helps product teams build intake workflows with hidden fields and logic, generate signed document envelopes, and manage team accounts and permissions.

Sign in to connect Feathery

Sign in to connect an account and start using Feathery in your apps.

Example Use Cases

These are example ways Snow can use Feathery when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Create hidden field

Creates a new hidden field in the Feathery account. Hidden fields store non-visible data that can be populated via integrations, the API, embed SDK, or URL parameters. Use this to track metadata like UTM parameters, user IDs, or integration data. The field_id must be unique - use FEATHERY_FORM_LIST_HIDDEN_FIELDS first to check existing fields if unsure.

Create or Fetch User

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.

Delete Form

Permanently delete a form from your Feathery account. This action is irreversible. Use the 'List Forms' action first to get valid form IDs. The form_id corresponds to the 'id' field in the form list response.

Delete User

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

Edit Feathery Account

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

Fill or sign document template

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.

Generate Workspace Login Token

Generate a login JWT for a Feathery workspace. This is used for white-label integrations where users authenticate through your system and are automatically logged into Feathery. Prerequisites: - Obtain workspace_id from the list workspaces API or workspace creation - Obtain account_id from the 'Get Account Info' action The token is valid for 24 hours and can be refreshed by calling this endpoint again. Note: Returns empty token if workspaces feature is not enabled for the account.

Get Account Info

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

Get All User Data

Retrieve all stored data fields for a user or all field definitions in your Feathery account. Use this to fetch form field values submitted by users, or to list all available field definitions. Returns field metadata including type, value, timestamps, and whether it's a hidden field.

Get form schema

Retrieve the complete schema of a Feathery form including all steps, fields, rules, and translations. Use the List Forms action first to find the form_id. Returns detailed structure for understanding or manipulating form content.