For Zapier and Integromat Users
Create hands-free automated workflows that take care of repetitive marketing tasks in the background while you focus on what matters most
For Technical Marketers and Growth Teams
Create personalized experiences for ecommerce, publishing and other industries using our REST API and URL-parameter based integrations
const { Bannerbear } = require('bannerbear')
const bb = new Bannerbear()
//auto generate a unique banner image for every product
let images = []
for (i in products) {
let image = await bb.create_image(TEMPLATE_ID, {
modifications: [
{
name: "name",
text: products[i].name,
},
{
name: "photo",
image_url: products[i].photo,
},
],
})
images.push(image)
}
Hello I'm Jon, the founder of Bannerbear — every 2 weeks I send a newsletter with updates from the Product, Marketing and Business sides of my startup, subscribe below to receive it!