App
Basin
Basin is a simple form backend that allows you to collect submission data without writing a single line of code.
What your agent can do with Basin
Triggers and actions 1 trigger · 11 actions
- TriggerNew Submission
Triggers when your form receives a submission.
- ActionAdd form
Create a new form under a project. POST /api/v1/forms.
- ActionAdd project
Create a new project (form-organizing container). POST /api/v1/projects.
- ActionDelete form
Destroy a form. DELETE /api/v1/forms/:id.
- ActionDelete submission
Destroy a submission. DELETE /api/v1/submissions/:id.
- ActionGet form
Retrieve a single form by id. GET /api/v1/forms/:id.
- ActionGet submission
Retrieve a single submission by id. GET /api/v1/submissions/:id.
- ActionList forms
List all forms accessible to the account. GET /api/v1/forms.
- ActionList projects
List all projects accessible to the account. GET /api/v1/projects.
- ActionList submissions
List submissions for a form. GET /api/v1/submissions.
- ActionUpdate form
Update a form's configuration (notifications, spam protection, branding, etc). PATCH/PUT /api/v1/forms/:id.
- ActionUpdate submission
Update a submission's state fields (spam, read, trash). PATCH/PUT /api/v1/submissions/:id.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Basin API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.