Connect to Airtable with new API key
-
Hi.
Last year, I coded some scripts to import datas from Airtable into WordPress using custom PHP code.
With the new API key authentication, my scripts don’t work anymore.
As I’m not responsible for the Airtable-side management of the website (my client is), I didn’t get any message from Airpress and didn’t know it was abandoned… And my client told me nothing about it :/So, what I need is to connect to a unique table and get some datas from it. I don’t need any synchronization.
My original PHP code is:
$query = new AirpressQuery();
$query->setConfig(“Trainings”);
$query->table(“trainingsTable”)->view(“viewname”);
$events = new AirpressCollection($query);All I need is imported in $events and then filtered to show some specific infos.
Now I’m trying to do the same thing with Air WP Sync.
I installed Air WP Sync and filled the form fields (tablename, API key…). Everything is ok.But now I’m stuck. What should I change in my PHP code?
Could somebody help me?
Thank you ??
The page I need help with: [log in to see the link]
- The topic ‘Connect to Airtable with new API key’ is closed to new replies.