Allowing marketers to create dynamic and personalized content for your email campaigns.
Go to siteThe NiftyImages API allows for the dynamic creation and customization of images for email marketing campaigns. By automating image personalization, users can create unique, engaging visuals that resonate with each recipient. It's possible to insert text into images, generate countdown timers, and manipulate image URLs on the fly, enhancing the visual appeal and relevance of marketing messages.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
niftyimages: {
type: "app",
app: "niftyimages",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.niftyimages.com/v1/Widgets`,
headers: {
"ApiKey": `${this.niftyimages.$auth.api_key}`,
},
})
},
})
Personalized Email Campaigns: Use Pipedream to trigger a workflow whenever a new subscriber is added to your Mailchimp list. The workflow fetches the subscriber's information, generates a personalized image using NiftyImages, and sends a welcoming email with the customized image through SendGrid.
Event Countdowns: Set up a Pipedream workflow that integrates with Eventbrite. Whenever a new event is created, generate a countdown image with NiftyImages and post it automatically to your company's Twitter account, creating buzz and urgency.
Abandoned Cart Reminders: Connect NiftyImages to an e-commerce platform like Shopify via Pipedream. When a cart is abandoned, create a personalized reminder image featuring the products left in the cart and email it to the customer to encourage completion of the purchase.
NiftyImages uses API keys for authentication. When you connect your NiftyImages account, Pipedream securely stores the keys so you can easily authenticate to NiftyImages APIs in both code and no-code steps.
To retrieve your API key,