Airtable Documentation and Examples

Hey Particle Community!

I'm hoping to create a simple integration to Airtable to update a string and number field. It seems like there is an integration partner with Airtable but when trying to access the setup documents it redirects to a generic Airtable help page.

Is there documentation out there in the particle space that shows an example of updating Airtable and a setup guide to accompany it?

Thank you in advance!

I'm not aware of any documentation for Airtable. However it appears to have a standard REST API, which you should be able to access using webhooks and a personal access token. This is basically the same as how you'd access any web service, so it should be possible.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.