Adalo

Adalo integration on indie.money — read and write rows in your Adalo collections

Written By pvdyck

Last updated About 1 hour ago

Adalo

Supported — Read and write rows in your Adalo app collections.

NodesAdalo
AuthAPI Key (Bearer token) via Secure Vault

Credential Setup

When configuring the Adalo credential in Secure Vault, provide:

  • API Key — Your Adalo API key (available on paid Adalo plans). Sent as a Bearer token.
  • App ID — Your Adalo app ID, taken from your app URL (e.g. for https://app.adalo.com/apps/1234567890/screens, the App ID is 1234567890).

Operations

Collection

  • Create — Create a row in a collection. Map input data automatically to columns or define each field value manually.
  • Get — Retrieve a single row by Row ID.
  • Get Many — Retrieve many rows from a collection, with an optional limit or return-all paging.
  • Update — Update a row by Row ID, mapping input data automatically or defining each field value manually.
  • Delete — Delete a row by Row ID.

Compatibility

All operations supported.