/airtable-discord

Creating a Discord Bot that connects to Airtable Base to GET, POST, UPDATE and DELETE Data

Primary LanguageJavaScript

POST, GET, UPDATE and DELETE data from Discord Bot through a Discord Channel to Airtable Base

Description

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.

Airtable Base

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:

  1. AIRTABLE_API_KEY
  2. BASE_ID
  3. URL

Your URL would look like this:

https://api.airtable.com/v0/BASE_ID/TABLE_NAME?api_key=YOUR_API_KEY


Discord

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

Create your Application Here

To learn more, refer to this Youtube Video: Part 1: Post Data from Discord Channel to Airtable Base - Dabble Lab 291

Thank you! <3