OCNORA

Adalo

Business appsBearer tokenAPI keycredential probe

Create, read, update, delete and list records in the collections of an Adalo no-code app (Collections API v0).

OCNORA ships 5 typed Adalo operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.adalo.com/v0/apps/{app_id} through the HTTP node with the same credential.

Operations 5

  • Create Record
    Add one record to a collection in the connection's Adalo app.
    adalo.create_record
  • Delete Record
    Permanently remove one record from a collection.
    adalo.delete_record
  • Get Record
    Read one record from a collection by its Adalo id.
    adalo.get_record
  • List Records
    Read a page of records from a collection, optionally filtered.
    adalo.list_records
  • Update Record
    Change the properties of one record in a collection.
    adalo.update_record

Run your first Adalo workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.