Feathery Forms (Preview)
Feathery is the most powerful form and workflow automation platform. Build pixel-perfect forms, set up powerful logic, and connect to hundreds of different systems.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Feathery Support |
URL | https://community.feathery.io |
support@feathery.io |
Connector Metadata | |
---|---|
Publisher | Peter Dun |
Website | https://feathery.io |
Privacy policy | https://feathery.io/privacy-policy |
Categories | Productivity;Collaboration |
Feathery is the most powerful form and workflow automation platform. Unlock access to your form submission data across your Microsoft services by using Feathery connector triggers to send submission data to relevant automations.
Prerequisites
You will need the following to proceed:
- A Feathery account
- A Microsoft Power Apps or Power Automate plan
How to get credentials
- Log into Feathery.
- Go to your account settings in the bottom left corner.
- You can find your API key towards the top of the settings page.
Get started with your connector
Feathery provides two triggers:
FormCompletion
- when a Feathery form submission is fully completedDataReceived
- when any data is received from a Feathery form submission (e.g. a partial submission)
Depending on which type of data you need access to, you can leverage the corresponding Feathery trigger. You'll need to create a separate trigger for each Feathery form you want to access the data for.
Common use cases include sending your submission data to Sharepoint and other Microsoft services.
Known issues and limitations
None
Common errors and remedies
- If you get a 401, your API token is likely incorrect.
- If you get a 404, your form name is likely incorrect.
FAQ
Why isn't my submission triggering FormCompletion
?
Once an existing submission triggers the FormCompletion
event, it won't be able to trigger it again.
When does the DataReceived
event trigger?
Anytime a submission receives user data -- when a step is submitted, integration is connected, data is set programmatically, etc.
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
Feathery API Key | securestring | The Feathery API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Triggers
When a form submission is completed |
This operation is triggered when a form submission is completed. |
Whenever any data is received from a submission |
This operation is triggered whenever any data is received from a submission. |
When a form submission is completed
This operation is triggered when a form submission is completed.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Form Name
|
form_key | True | string |
The name of the form |
Returns
Name | Path | Type | Description |
---|---|---|---|
results
|
results | array of object |
results |
id
|
results.id | string |
id |
Submission Completed At
|
results.Submission Completed At | string |
Submission Completed At |
Submission Updated At
|
results.Submission Updated At | string |
Submission Updated At |
Whenever any data is received from a submission
This operation is triggered whenever any data is received from a submission.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Form Name
|
form_key | True | string |
The name of the form |
Returns
Name | Path | Type | Description |
---|---|---|---|
requested_at
|
requested_at | string |
requested_at |
results
|
results | array of |
results |