The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Part 1 of a series I’m doing about how to use Airtable API to create a user database.
Chinara James – 27 May 19
Creating a user database with Airtable part 1 | Chinara James
A user database with encrypted passwords using Expr...
Hi everyone,
Just wrote a tutorial on how to get linked records. It covers two scenarios
Simple display linked record details on the same page as the “parent” e.g Products listing with their associated suppliersFiltering the parent records by a speci...
Hi,
Users are overwhelmed by passwords, and companies like slack have implemented passwordless login which I personally think is great.
If you want to do the same for your app, check out my latest article on how the basics of rolling your own: https:...
Chinara James – 5 Nov 18
How to paginate records in Airtable when using the API | Chinara James
Airtable’s API is great and so is their documentation. However, I came across a small stumbling block while using it to build a s...
Chinara James – 19 Nov 18
Getting Started with the Airtable API | Chinara James
Airtable is an easy way to get a database up and running for a side project or to quickly prototype an idea for app. I have used it to manag...
I’m not sure what you are trying to achieve or what level you want to start at but I have a few tutorials on my blog about getting started with the Airtable API. You can start with this one first:
Chinara James – 19 Nov 18
Get...
Hi Rachel,
What’s the Api that you liked to put into Airtable? I could probably write a guide of doing it and deploying it to digital ocean.
Are you build your app with nodejs + express?
Hi @Toni_Derasmo, welcome to the forum.
No you cannot email directly but you can use third party services like Zapier to trigger an action when a record it added to the table or whatever action you want to trigger the email. You should test if Zapier...
Ok I have tested your use case and you can’t add the option on either the create or update methods. I have never used Zapier integrations with airtable but perhaps they have a relationship with Airtable that allows them to do this. You will probably ...