- NEXT_PUBLIC_AIRTABLE_BASE_ID
- NEXT_PUBLIC_AIRTABLE_API_KEY
This site integrates with an Airtable base to read data. The base should have the following tables with the following fields:
Scraps
tableScrap ID
: AutonumberCreated time
: Created timeDiscord Message ID
: Single line textDiscord Thread ID
: Single line textDescription
: Long textAttachments
: AttachmentTags
: Multiple select (not implemented yet)Mentions
: Link to Users, Allow linking to multiple records (not implemented yet)User
: Link to UsersUser Record ID
: Lookup, User, Record IDUsername (from User)
: Lookup, User, UsernameAvatar (from User)
: Lookup, User, Avatar
Users
tableUsername
: Single line textRecord ID
: Formula,RECORD_ID()
(optional)Discord UID
: Single line textAvatar
: Attachment,GitHub User
: Single line textWebsite
: Single line textScraps
: Link to Scraps, Allow linking to multiple recordsMentions
: Link to scraps, Allow linking to multiple records (not implemented yet)
Read more about Airtable's API: https://airtable.com/api