Hi! I’m not sure about how Airtable works.
Is it able to receive data from webhook?
Great! Sounds like it works.
But I guess some kind of authentiation is required and we do not support this.
Anyway, if you are developer or OK with creating code, I can help how to change the request sent to add the API Key.
I would like to, but unfortunately I cannot program. 🙂 I can provide you with the API key. Or if you indicate how I can start, I can already try something and learn more about it?
Please. Don’t share API Keys on support forum.
Hey!
if you indicate how I can start, I can already try something and learn more about it
For sure!
I guess the most simple is to create a one-file plugin.
It’s only a single PHP (programming language) file.
Here is a plugin:
https://gist.github.com/mariovalney/7dc48fefa8bed30e102657f509a006ac
Please, make sure to backup everything and be able to remove this file.
I was not able to check it works.
This file changes the request to wrap the form in a “fields” array and add everything inside a single “records” item. As I don’t have any Airtable instance, I followed this video example.
You should change YOUR_TOKEN_HERE to use your API Token.
I hope this helped.