Database

Integration ProviderUserOther
Airtable✅Records
CSVData from CSV
DDIProducts
FTPData
Google DocsDocument Texts
Google SheetsRecords
Mode✅User Count
NotionRecords
SnowflakeRecords

Don't see the integration provider or resource you want? Let us know and we will build it out ASAP!


User: database-user

A database user has access to the database.

{
  "first_name": {
    "title": "First Name",
    "type": "string"
  },
  "last_name": {
    "title": "Last Name",
    "type": "string"
  },
  "display_name": {
    "title": "Display Name",
    "type": "string"
  },
  "email": {
    "title": "Email",
    "type": "string",
    "format": "email"
  }
}
{
  "first_name": "John",
  "last_name": "Doe",
  "is_active": true
}

Did this page help you?