← All apps

Automate NocoDB for free on Stepper

Visit NocoDB

NocoDB is an open-source no-code database platform that turns any database into a smart spreadsheet. Create records, update data, and automate workflows with the NocoDB API.

I want to integratewithSee how to connect NocoDB to ...

Triggers available for NocoDB on Stepper

New Record

Triggers when a new record is created in a NocoDB table.

  • 2 parameters

Updated Record

Triggers when an existing record is updated in a NocoDB table.

  • 2 parameters

New or Updated Record

Triggers when a record is created or updated in a NocoDB table.

  • 2 parameters

Actions available for NocoDB on Stepper

Create Record

Creates a new record in a NocoDB table. Dynamically loads the table's fields as input fields based on the selected table.

  • 2 parameters

Update Record

Updates an existing record in a NocoDB table. Only fields with values will be updated.

  • 3 parameters

Delete Record

Deletes a record from a NocoDB table.

  • 3 parameters

Get Record

Retrieves a single record from a NocoDB table by its ID.

  • 3 parameters

List Records

Lists records from a NocoDB table with optional filtering and sorting.

  • 6 parameters

Make HTTP Request

Make an HTTP request to any URL with full control over method, headers, and body.