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 RecordAdd one record to a collection in the connection's Adalo app.adalo.create_record
- Delete RecordPermanently remove one record from a collection.adalo.delete_record
- Get RecordRead one record from a collection by its Adalo id.adalo.get_record
- List RecordsRead a page of records from a collection, optionally filtered.adalo.list_records
- Update RecordChange 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.