Mar 20, 2024 12:50 AM - edited Mar 20, 2024 12:51 AM
Hi there,
I want to upload image from Airtable api to wordpress but the issue is the airtablo attachment url is without the extension due to that it is hard to upload it in the wordpress.
This is the URL
Can someone please help me on this?
Thank you.
Mar 20, 2024 03:25 AM
How are you attempting to upload this? If you're using Airtable automations you should have the "Expiring attachment URL" as a data value you can use?
Mar 20, 2024 06:15 AM
So I'm using php curl to get all the data and then with the iteration through data I'm trying to create products and upload the data.
Here is the data structure which I get from the curl of the airtable.
Thank you.