Open Connector
All tools

Basin logoBasin

Basin securely processes, filters, and stores form submissions for web projects.

basinvcatalog-v124 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "BASIN_DELETE_API_V1_FORM_WEBHOOKS_ID",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("BASIN_DELETE_API_V1_FORM_WEBHOOKS_ID", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute BASIN_DELETE_API_V1_FORM_WEBHOOKS_ID --data '{ }'

Tool catalog

Available tools

24 callable operations

Delete form webhookBASIN_DELETE_API_V1_FORM_WEBHOOKS_IDDelete form webhook

Delete form webhook

Authentication

Connected account required

Tags

Form Webhooks
Delete formBASIN_DELETE_API_V1_FORMS_IDDelete form

Delete form

Authentication

Connected account required

Tags

Forms
Delete projectBASIN_DELETE_API_V1_PROJECTS_IDDelete project

Delete project

Authentication

Connected account required

Tags

Projects
Destroy submissionBASIN_DELETE_API_V1_SUBMISSIONS_IDDestroy submission

Destroy submission

Authentication

Connected account required

Tags

Submissions
List DomainsBASIN_GET_API_V1_DOMAINSList Domains

List Domains

Authentication

Connected account required

Tags

Domains
List FormViewsBASIN_GET_API_V1_FORM_VIEWSList FormViews

List FormViews

Authentication

Connected account required

Tags

FormViews
Show FormViewBASIN_GET_API_V1_FORM_VIEWS_IDShow FormView

Show FormView

Authentication

Connected account required

Tags

FormViews
List Form WebhooksBASIN_GET_API_V1_FORM_WEBHOOKSList Form Webhooks

List Form Webhooks

Authentication

Connected account required

Tags

Form Webhooks
Show Form WebhookBASIN_GET_API_V1_FORM_WEBHOOKS_IDShow Form Webhook

Show Form Webhook

Authentication

Connected account required

Tags

Form Webhooks
List FormsBASIN_GET_API_V1_FORMSList Forms

List Forms

Authentication

Connected account required

Tags

Forms
Show FormBASIN_GET_API_V1_FORMS_IDShow Form

Show Form

Authentication

Connected account required

Tags

Forms
List ProjectsBASIN_GET_API_V1_PROJECTSList Projects

List Projects

Authentication

Connected account required

Tags

Projects
Show ProjectBASIN_GET_API_V1_PROJECTS_IDShow Project

Show Project

Authentication

Connected account required

Tags

Projects
List SubmissionsBASIN_GET_API_V1_SUBMISSIONSList Submissions

List Submissions

Authentication

Connected account required

Tags

Submissions
Show submissionBASIN_GET_API_V1_SUBMISSIONS_IDShow submission

Show submission

Authentication

Connected account required

Tags

Submissions
Update submissionBASIN_PATCH_API_V1_SUBMISSIONS_IDUpdate submission

Update submission

Authentication

Connected account required

Tags

Submissions
Create Form WebhookBASIN_POST_API_V1_FORM_WEBHOOKSCreate Form Webhook

Create Form Webhook

Authentication

Connected account required

Tags

Form Webhooks
Create FormBASIN_POST_API_V1_FORMSCreate Form

Create Form

Authentication

Connected account required

Tags

Forms
Create ProjectBASIN_POST_API_V1_PROJECTSCreate Project

Create Project

Authentication

Connected account required

Tags

Projects
Re-fire webhooks for a single submissionBASIN_POST_API_V1_SUBMISSIONS_ID_REFIRE_WEBHOOKSRe-fire webhooks for a single submission

Re-fire webhooks for a single submission

Authentication

Connected account required

Tags

Submissions
Re-fire webhooks for multiple submissionsBASIN_POST_API_V1_SUBMISSIONS_REFIRE_WEBHOOKSRe-fire webhooks for multiple submissions

Re-fire webhooks for multiple submissions

Authentication

Connected account required

Tags

Submissions
Update form webhookBASIN_PUT_API_V1_FORM_WEBHOOKS_IDUpdate form webhook

Update form webhook

Authentication

Connected account required

Tags

Form Webhooks
Update formBASIN_PUT_API_V1_FORMS_IDUpdate form

Update form

Authentication

Connected account required

Tags

Forms
Update projectBASIN_PUT_API_V1_PROJECTS_IDUpdate project

Update project

Authentication

Connected account required

Tags

Projects

Provider resources