In this Repo, We are performing:
- POST
- GET
- UPDATE
- DELETE
operations in an Airtable Base' Table in realtime. For that, we are using a Discord Bot to act as a Channel of Input.
An Airtable base contains all of the information you need for a particular project or collection. Each of the square icons on your homepage is a different base. It's kind of like a workbook in a traditional spreadsheet, and can contain multiple tables of content.
To learn more, refer to this: Source
To find your authentication details, use this link below, but replace the base key with your own base key.
https://airtable.com/YOUR_BASE_ID/api/docs#javascript/authentication
You will find these details here:
- AIRTABLE_API_KEY
- BASE_ID
- URL
Your URL would look like this:
https://api.airtable.com/v0/BASE_ID/TABLE_NAME?api_key=YOUR_API_KEY
Bots and apps are the lifeblood of the Discord development community. They come in all shapes and sizes, from small hobby projects for your server with friends, to huge projects that live in hundreds of thousands of servers. We love seeing the unique, fun, and sometimes downright strange (in a good way) creations that come from our community.
To learn more, refer to this: Source
To learn more, refer to this Youtube Video: Part 1: Post Data from Discord Channel to Airtable Base - Dabble Lab 291
Thank you! <3