Skip to content
← Back to documentation
Technical Reference

Feathery

Build powerful forms, workflows, and document automation.

CategoryForms And Surveys
Authenticationcustom
Version0.1.7
Published scopes0 published scopes
Last updatedSeptember 19, 2026

Overview

Connect Feathery with Flows360

Build powerful forms, workflows, and document automation.

Use the Feathery connector to include its declared actions and events in Flows360 workflows without duplicating the integration logic inside each consuming system. This pinned connector version currently exposes 5 actions and 3 triggers.

Available actions

  • Create Form
  • Update Form
  • Delete Form
  • List Form Submissions
  • Export Form Submission PDF

Available triggers

  • New Form Submission
  • Form Completed
  • File Submitted

The capability list above is generated from the exact reviewed connector package so the public description stays aligned with the version Flows360 operates.

Technical guide

Technical reference

Package identity

  • Connector: Feathery
  • Package: @activepieces/piece-feathery@0.1.7
  • Exact artifact digest: sha256:d30982abcea0fd5026da032e08029f4fdf48442024793324284524b1850c6333
  • Runtime: Activepieces-compatible deterministic worker
  • Source: the exact reviewed Activepieces source

Authentication

SECRET TEXT. Connection values are tenant-specific and remain in the consuming Studio instance; CDK stores definitions and field metadata, not customer credential values.

Action contracts

  • Create Form (create_form), Create a form based on an existing template form. Classification: read.
  • Update Form (update_form), Update a form's properties including status and translations. Classification: read.
  • Delete Form (delete_form), Delete a specific form. Classification: read.
  • List Form Submissions (list_form_submissions), List submission data for a particular form. Classification: read.
  • Export Form Submission PDF (export_submission_pdf), Create a PDF export for a specific form submission. Classification: read.

Trigger contracts

  • New Form Submission, polling.
  • Form Completed, polling.
  • File Submitted, polling.

Verification

Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.

Capability summary

Authenticationcustom
Supported objects8
Supported actionsNot published
Triggers3

Authentication

Authentication method: custom

Authentication profiles

connection · custom
  • API Key Required · protected credential

Supported objects

ObjectReadWriteNotes
Create Form Yes No Create a form based on an existing template form.
Update Form Yes No Update a form's properties including status and translations.
Delete Form Yes No Delete a specific form.
List Form Submissions Yes No List submission data for a particular form.
Export Form Submission PDF Yes No Create a PDF export for a specific form submission.
New Form Submission Yes No polling trigger declared by the pinned package.
Form Completed Yes No polling trigger declared by the pinned package.
File Submitted Yes No polling trigger declared by the pinned package.

Triggers

New Form Submission · Poll

Triggers when a user submits data through your form.

Inputs

  • form_id · string
Form Completed · Poll

Triggers when a form is completed by an end user.

Inputs

  • form_id · string
File Submitted · Poll

Triggers when a file is submitted in your form, or when a document is signed/generated.

Inputs

  • lookup_type · string
  • document_id · string
  • user_id · string

Setup

Setup

  1. Add the Feathery connector to the workflow in the target Flows360 Studio instance.
  2. Create or select the tenant-specific connection required by the connector. Connection secrets remain in the Studio connection boundary and are not copied into CDK documentation.
  3. Provide the connection fields declared by the pinned package:
  • No provider credential fields are declared by the pinned package.
  1. Select the required action or trigger and complete its declared input fields. Required and optional inputs are defined by the exact package schema.
  2. Test the workflow in the appropriate environment before enabling production scheduling or event delivery.

Limitations

Limitations and operational notes

  • This content describes @activepieces/piece-feathery@0.1.7; provider behaviour can change independently and should be revalidated when the provider or connector version changes.
  • Only the 5 actions and 3 triggers declared by this pinned package are represented here.
  • Tenant credentials and connection values are not stored in the public connector record.
  • Provider-side permissions, account entitlements, quotas and rate limits remain subject to the connected provider account and are not inferred when the package does not declare them.
  • Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.

Troubleshooting

Why canu2019t the connector authenticate?

Check the tenant connection in Studio and confirm every required Feathery connection field is present. Re-authorise OAuth-based connections if the provider token or consent has expired. Do not place credential values in CDK content or logs.

Why is an action or trigger unavailable?

Confirm that the workflow is using @activepieces/piece-feathery@0.1.7 and compare the requested capability with the declared action and trigger list for this version. A capability that is not declared by the pinned package should not be presented as supported.

What should I check after a provider-side change?

Revalidate authentication, required fields, action/trigger behaviour and provider documentation before publishing refreshed connector content or moving a new package version into production.