PipedreamHQ / PipedreamHQ/pipedream
[Components] fastfield_mobile_forms
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# fastfield_mobile_forms
## URLs
## Webhook Sources
### new-form-submission-instant
#### Prompt
Emit new event each time a form submission is made. Required prop: 'form ID'. Optional props: 'submission ID', 'submission data'.
## Actions
### update-global-list
#### Prompt
Updates an existing FastField global list utilizing a prop called 'file', which must be a .xlsx or .csv file. This action essentially replaces the older list version with the new one from the input file.
### create-form-dispatch
#### Prompt
Sends a FastField form to designated users. Users will see this form in their FastField mobile app inbox. A prop 'form-data' pre-fills form fields and is optional. The recipient users should be defined in a required prop 'users'.
### update-lookup-list
#### Prompt
Updates an existing FastField lookup list using a prop 'file' that must be a .xlsx or .csv file. The old version of the lookup list will be replaced with the new one from the supplied file.
Contributor guide
Assessment
This issue has not been assessed yet.