Hi, My Airtable use case is to maintain Farmer’s finances. We have developed a WhatsApp bot, and by using webhook triggers the information gets stored in Airtable.I am using webhooks to populate the Expense Amount field. For eg: The bot asks the ques...
Hi, My Airtable use case is to maintain Farmer’s finances. We have developed a WhatsApp bot, and by using webhook triggers the information gets stored in Airtable.I have a query regarding calculations.This is my current data structure. Since we canno...
Hi, I have developed chatbots for different channels such as WhatsApp, Telegram, etc. I am currently using Airtable REST API to fetch the text field and attachment URLs and send them to Users as text messages and media files, respectively.
The pieces...
Hi, I have written a function that fetches the table value based on the table name and primary field
number = Uf79266972d007f2a3886bf73676860
async function sendContent(number, studentTable, contact) {
const records_Student = await base(`${studentTa...
Hi, I am developing an MS Teams bot using Node.js and Airtable REST API, the bot fetches the information from Airtable and sends it to the MS team’s bot.
I’m facing a problem when sending the video attachments.
This is the code that I use to fetch th...
I have edited the question.1. The webhook updates the Expense Amount field. 2. WhatsApp is our source of information, all the information gets stored/ updated based on the bot flow. Can you please guide me to some articles or similar implementations ...