• Resolved thomasgimzer

    (@thomasgimzer)


    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]

Viewing 1 replies (of 1 total)
  • Plugin Author WP connect

    (@wpconnectco)

    Hi,

    Apologies for the delayed response. After consulting with our development team regarding your query and the previous use of Airpress for custom PHP scripts, it’s clear that our Air WP Sync might operates differently. So, we may not be able to offer a direct solution for your needs.

    However, I encourage you to explore the various synchronization options available within Air WP Sync. You might discover new solutions that can accommodate your requirements.

    For more detailed information and guidance, please refer to the documentation on our website.

    If you require assistance or have further questions, we’re here to support you in maximizing the use of our plugin.

    Best regards,

    Cristian
    WP connect Support

Viewing 1 replies (of 1 total)
  • The topic ‘Connect to Airtable with new API key’ is closed to new replies.