Database
| Integration Provider | User | Other |
|---|---|---|
| Airtable | ✅ | Records |
| CSV | Data from CSV | |
| DDI | Products | |
| FTP | Data | |
| Google Docs | Document Texts | |
| Google Sheets | Records | |
| Mode | ✅ | User Count |
| Notion | Records | |
| Snowflake | Records |
Don't see the integration provider or resource you want? Let us know and we will build it out ASAP!
User: database-user
database-userA 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
}Updated 8 months ago