Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

245
Vistas
How do i download images from Airtable and upload to Wordpress using Airtable and Wordpress APIs preferably in javascript

Im looking to make an automation script that takes images from Airtable and downloads and upload them to Wordpress upload folder. these images should backfill on all the post types with the empty image fields i have created for them. for example say i made a profile for myself James Major and there is an image field, it should take that pic and fill in it. i don't have a clue where to begin as I'm new to coding and i am learning on the fly. thank you for your help

enter code here
var base = new Airtable({ apiKey: 'API KEY HERE' }).base('Base key here');

const table = base('USERS');

const getRecords = async() => {
    const records = await table.select({
        maxRecords: 0,
        view: "Website Export"
    }).firstPage();
    console.log(records);
};
getRecords();
const getRecordById = async(id) => {
    try {
        const record = await table.find(id);
        console.log(record)
    } catch (err) {
        console.error(err);
    }
};

// const createRecord
getRecordById(); ```
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda