PipedreamHQ / PipedreamHQ/pipedream
[Components] neetoform
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# neetoform
## URLs
- https://apidocs.neetoform.com/apis
## Webhook Sources
### new-submission-instant
#### Description
Emit new event when a form receives a new submission. Requires selecting a specific form to listen for submissions.
### new-form-instant
#### Description
Emit new event when a new form is created in the account. Useful for automating workflows on form creation.
### new-response-instant
#### Description
Emit new event when a response is received on any form. Can be filtered by form ID.
## Actions
### create-form
#### Description
Create a new form with a specified title and optional description, fields, and settings.
### fetch-submissions
#### Description
Retrieve submissions for a specific form. Requires form ID and optional pagination parameters.
### update-form
#### Description
Update settings or structure of an existing form. Requires form ID and fields to update.
Contributor guide
Assessment
This issue has not been assessed yet.