Allowing marketers to create dynamic and personalized content for your email campaigns.
Go to siteNiftyImages is an easy-to-use API for building custom images, GIFs, and videos for all your online needs. You can create, manage, and personalize your media for any platform, from emails and advertising campaigns to webpages and emails. With just a few lines of code, you can create stunning and unique visuals for your project or product.
Here are some examples of what you can build using the NiftyImages API:
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}`,
},
})
},
})
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,