PipedreamHQ / PipedreamHQ/pipedream
[Components] formcan
Open
blocked
triaged
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# formcan
## URLs
- https://api.docs.formcan.com/
## Webhook Sources
### new-submission-instant
#### Prompt
Emit new event when a user submits a form. Required prop: form ID. Optional props could include form fields and submission time.
## Actions
### submit-form
#### Prompt
Submits a user-created form in formcan. The required prop is 'formId' which should be the ID of the form to be submitted. An optional prop would be 'formData' which are the data to be filled in the form, and if not provided, a blank form will be submitted.
Contributor guide
Assessment
This issue has not been assessed yet.