Help
Development & APIs
Share, ask questions, and learn more about the backend of your Airtable applications.
cancel
Showing results for 
Search instead for 
Did you mean: 

Development & APIs Activity

Airtable as CRM

Hello,I am a beginner and would like to use Airtable both as a database (clients, prospects, accounting) and as a CRM to schedule calls, SMS, and emails, similar to HubSpot, Zendesk, or PipeDrive. If Airtable allowed these actions directly from the d...

  • 97 Views
  • 8 replies
  • 0 kudos

List Records Pagination

HeyI am using Postman to make an API call from Airtable to list all 14,000 of my records to store in a variable and pass onto voiceflow.This is my pre- request script: function getAllRecords() {const url = 'https://api.airtable.com/v0/baseID/tableID'...

  • 75 Views
  • 3 replies
  • 0 kudos

Usage of webhook api notification and payloads

I am currently developing an integration with airtable base.It is very nice to have webhook notification from airtable api.1. How to respond properly to the notification?Once the record changes, the notification works via webhook.But it repeated more...

  • 221 Views
  • 0 replies
  • 0 kudos
Kok by 4 - Data Explorer

Zapier monthly tree purchase

I had no idea what to call the subject for this post.....I want our company to donate £5 per 100 confirmed hours worked on site, to purchasing trees via ecologi.On the 5th of every month, I want the airtable to add up the total number of confirmed ho...

  • 304 Views
  • 2 replies
  • 0 kudos

SYNC API Error - "Column names must be non-empty strings"

Hello everyone,I’m encountering an issue when trying to use the Sync API to upload a CSV file to Airtable. Every time I send my request, I receive the following error message:“Column names must be non-empty strings.”I’ve carefully checked my CSV file...

  • 320 Views
  • 0 replies
  • 0 kudos

Create organization-specific data sources.

Hello,I am trying to create a web app using Airtable and Softr. I have already created a fully functional application, but now I want to scale it so organizations can create their own profiles and customize them as they like without affecting other u...

  • 531 Views
  • 2 replies
  • 0 kudos

Resolved! Scripting - filter by "Link to another record" field

I have this code that works well when filtering a field that is SIngle Line Text empName="Dummy Employee"let records = query.records.filter(record => record.getCellValue("Name") === empName); But If i want to filter a field that is a "Link to another...

  • 525 Views
  • 2 replies
  • 1 kudos
Airtable Community Guidelines
Looking for tips before asking a question? Make sure to review our Airtable Community Guidelines for best practices.